0

这就是终端中出现的内容。有什么建议吗?我已经在这个线程中完成了建议:在 theos 中编译调整时出错,但它没有帮助。

Copying resource directories into the application wrapper...
Compiling main.m...
Compiling fooProjectApplication.mm...
Compiling RootViewController.mm...
Linking application fooProject...
collect2: ld terminated with signal 6 [Abort trap: 6]
ld(2090,0x7fff77045960) malloc: *** error for object 0x7fcaaa5009c0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
collect2: ld terminated with signal 6 [Abort trap: 6]
ld(2094,0x7fff77045960) malloc: *** error for object 0x7fbeeb6003d0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
lipo: can't open input file: /var/folders/nl/nffpk84n2vq1pg2lxcplx4mh0000gn/T//ccKO4deH.out (No such file or directory)
make[2]: *** [obj/fooProject.app/fooProject.ba964c90.unsigned] Error 1
make[1]: *** [internal-application-all_] Error 2
make: *** [fooProject.all.application.variables] Error 2
4

1 回答 1

0

将此设置在您的 makefile 顶部

export ARCHS = armv7
export TARGET = iphone:latest:4.3
export GO_EASY_ON_ME=1

我有同样的问题,所以这可能会帮助你解决它

于 2013-02-24T12:27:20.730 回答