在模拟器上是可以运行,
选择 打包编译 也成功,
但,就是不能成功打包。
在项目里添加了 cocos2d-x的引用,cocos2d-x 也添加了库 libcurl.a
问题就出在这个libcurl.a,
提示说:
ld: in /Users/…/libcocos2dx.a(libcurl_la-easy.o), mach-o string pool extends beyond end of file for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
这个如何解决
