首页 > 其他 > 详细

bitcode编译错误

时间:2017-04-01 19:59:18      阅读:174      评论:0      收藏:0      [点我收藏+]

xcode编译引用的静态库可能会出现编译错误:

does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

--------------------

解决方法:

设置工程-Build Settings -Enable Bitcode -NO

bitcode编译错误

原文:http://www.cnblogs.com/wainiwann/p/6657218.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!