0
ld: '....../Crashlytics.framework/Crashlytics(CLSInternalReport.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 armv7
clang: error: linker command failed with exit code 1 (use -v to see invocati

上)

我需要更新 Fabric 的版本吗?或者只是启用这个

4

3 回答 3

2

按照步骤:

-> 选择你的项目,

->选择构建设置选项卡,

-> 然后搜索 位码

-> 然后寻找“启用位码”=Yes选项并设置它NO

清理并制作存档可能对您有用。

于 2015-10-29T14:20:34.150 回答
0

来自 Crashlytics 和 Fabric 的 Mike 在这里。

Fabric 和 Crashlytics 都支持启用 Bitcode 的应用程序。您需要使用 Fabric 1.5.1 版和 Crashlytics 3.3.1 版。您还可以按照其他答案中的说明禁用 Bitcode。

发行说明在这里供参考。

于 2015-10-29T15:05:14.400 回答
0

选择您的项目,选择“构建设置”选项卡,然后查找“启用位码”选项并将其设置为“否”

于 2015-10-29T14:14:21.037 回答