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

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

你可能感兴趣的:(Xcode7真机调试关于Bitcode的一个错误)