码迷,mamicode.com
首页 > 其他好文 > 详细

随记(十)--'xxx' does not contain bitcode报错

时间:2016-04-06 15:22:26      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

1 ld: /Project_now/XZDClub/ZBarSDK/ZBar/libzbar.a(config.o) 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
2 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Xcode默认是开启Enadle Bitcode的,如果导入了一些第三方库(比如ZBarSDK)在编译的时候没有Enable Bitcode的话,就会报错。

解决方法:

 第一种:添加包括Enable Bitcode 的第三方库,或者更新第三方库使其包括Enable BitCode

 第二种:在项目中Enadble Bitcode设置为NO

技术分享

随记(十)--'xxx' does not contain bitcode报错

标签:

原文地址:http://www.cnblogs.com/1394389856fei/p/5359118.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!