Sian 发表于 2015-9-18 17:10:39

You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)

        升级Xcode7之后,重新编译项目出现报错,两个方面问题,一个是sqllit3之前引用的包都变红了,现需要删掉重新引入libsqlite3.tbd的包。

        另一个问题,如果使用百度地图(或其他三方的库或许也都有这个问题)会有如下所示报错: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

        解决办法:在工程设置中 buildingsetting 中搜索bitcode 选择no
页: [1]
查看完整版本: You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)