xcode7 - Google Analytics libAdIdAccess.a does not contain bitcode -


xcode 7 beta 3 installed "additional components" (now version 7.0 beta 3 (7a152u)), , i'm getting compiler error:

ld: '/<abbreviated>/vendor/analytics/googleanalytics/libadidaccess.a(tagactualadidaccess.o)' not contain bitcode. must rebuild bitcode enabled (xcode setting enable_bitcode), obtain updated library vendor, or disable bitcode target. architecture armv7 clang: error: linker command failed exit code 1 (use -v see invocation) 

this google code post mention i've found ga , bitcode.

it nice if disable library rather disable bitcode entirely. possible?

this answer provides work around bitcode being enabled default, , may dupe of more generic question.

update:

good news everyone!

google analytics supports bitcode 3.14 release. can grab download sources, not listed on cocoapods yet.

google analytics sdk download

change log

original:

google needs compile analytics sdk bitcode library. however, previous experience google updating libraries 64-bit took on half year iirc.

my advice if you're not supporting watchos can wait out, got

  1. build settings

  2. enable bitcode

  3. set no

if supporting watchos, use different analytics tool now.

extra info:

there's developers talking on google forum here: https://groups.google.com/forum/#!topic/ga-mobile-app-analytics/d6ml4bkbbey

facebook , fabric.io (crashlytics, twitterkit) have updated use bitcode, technically shouldn't difficult google follow suit. believe type of holdback politics. ones have lose our users.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -