标签:
1.如果使用的第三方库不支持bitcode,则将下列选项设置成NO即可。
2.生成的sdk要支持bitcode,在other c flages 加入-fembed-bitcode即可。
参考资料: 理解Bitcode:一种中间代码 How do I xcodebuild a static library with Bitcode enabled?
bitcode 总结
原文地址:http://www.cnblogs.com/limaofuyuanzhang/p/4860706.html