首页 > 代码库 > does not contain bitcode. You must rebuild it with
does not contain bitcode. You must rebuild it with
*** 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 armv7
新升级了xcode7 以前的项目都报了这个错,原因是原来的静态库都不包括 bitcode 这个东西,xcode默认包含了这个库。
至于什么是bitcode,请看这里: http://blog.csdn.net/soindy/article/details/48518717
现在我们把bitcode关掉: ???
--------------------------------------------
转:http://blog.sina.com.cn/s/blog_6a53af420102vv7f.html
does not contain bitcode. You must rebuild it with
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。