美文网首页
You must rebuild it with bitcode

You must rebuild it with bitcode

作者: JakieZhang | 来源:发表于2016-11-24 10:26 被阅读11次

    问题:

    (null): URGENT: all bitcode will be dropped because ‘xxxx’ was built without 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. Note: This will be an error in the future.

    解决方法:

    应该是有两种吧,一种就是换成 enable bitcode 的第三方库,再有一种就是将工程的 ENABLE_BITCODE 设置为 false 就可以了。

    因为我这里不太方便换库,所以,就把工程的设置给改了一下。

    具体操作方法如下:

    相关文章

      网友评论

          本文标题:You must rebuild it with bitcode

          本文链接:https://www.haomeiwen.com/subject/htjbpttx.html