iosiOS开发iOS_Tips

Xcode7真机调试关于Bitcode的一个错误

2015-09-17  本文已影响370人  July4Fly

Xcode7真机调试遇到一个错误

ld: warning: directory not found for option '-F/Users/*****/****/****/****/****/build/Debug-iphoneos'
ld: -undefined and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
clang: error: linker command failed with exit code 1 (use -v to see invocation)

进入TARGETS->BuildingSetting,将Enable Bitcode设置为NO.

参考文章:http://www.jianshu.com/p/3e1b4e2d06c6

上一篇下一篇

猜你喜欢

热点阅读