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版本?或者只是启用this?
答案 0 :(得分:2)
按照步骤:
- >选择你的项目,
- >选择构建设置标签,
- >然后搜索 Bitcode
- >然后寻找" 启用Bitcode " = Yes
选项并将其设置为NO
清洁和制作存档可能对您有用。
答案 1 :(得分:0)
选择您的项目,选择“Build Settings”选项卡,然后查找“Enable Bitcode”选项并将其设置为“No”
答案 2 :(得分:0)
Fabric和Crashlytics都支持启用Bitcode的应用。您需要使用Fabric 1.5.1版和Crashlytics 3.3.1版。您也可以按照其他答案中的说明禁用Bitcode。
发布说明适用于reference.