美文网首页iosiOS开发iOS_Tips
Xcode7真机调试关于Bitcode的一个错误

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

作者: July4Fly | 来源:发表于2015-09-17 12:01 被阅读370次

    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的一个错误

        本文链接:https://www.haomeiwen.com/subject/mcsbcttx.html