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

on)

do I need to update version of Fabric? or just enable this?

Community
  • 1
  • 1
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
  • Had the same issue, it shouldn't be a problem with Fabric, just follow the instructions to enable bitcode. – William Anderson Oct 29 '15 at 14:10
  • you can search "Bit Code" in the Build Setting Tab, you find "ENABLE_BITCODE = Yes" Then Set "ENABLE_BITCODE = NO" May Be it's help you – Nilesh Oct 29 '15 at 14:15

3 Answers3

2

Follow Step :

-> select your project,

->select the Build Settings tab,

-> then Search Bitcode

-> then look for "Enable Bitcode" =Yes option and set it NO

Clean And Make Archive May Be it's Work For you.

Nilesh
  • 701
  • 5
  • 14
0

select your project, select the "Build Settings" tab, then look for "Enable Bitcode" option and set it to "No"

Igor
  • 1,537
  • 10
  • 12
0

Mike from Crashlytics and Fabric here.

Fabric and Crashlytics both support Bitcode enabled apps. You need to be on version 1.5.1 of Fabric and 3.3.1 of Crashlytics. You can also disable Bitcode as mentioned in other answers.

Release notes are here for reference.

Mike Bonnell
  • 16,181
  • 3
  • 61
  • 77