Oleksandr Matrosov
Oleksandr Matrosov

Reputation: 27133

ENABLE_BITCODE issue. Xcode 7 archiving issue

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?

Upvotes: 0

Views: 747

Answers (3)

Mike Bonnell
Mike Bonnell

Reputation: 16249

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.

Upvotes: 0

Nilesh
Nilesh

Reputation: 699

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.

Upvotes: 2

Igor
Igor

Reputation: 1557

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

Upvotes: 0

Related Questions