XCode 8 bitcode compatibility

放肆的年华 提交于 2019-12-05 00:20:49
Suke

In my case, the problem came when i add new pod library which change bitcode compress. So changing bitcode in Build Setting resolve my problem.

Note that for projects using CocoaPods you should set ENABLE_BITCODE = NO on both the project and the Pods container project targets.

If anyone is still trying to solve this, at the end we created a new binary using Xcode 7 (You can download older versions of Xcode form here). There's no way to make Xcode 8 to create a build using an older version of bitcode.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!