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.