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.
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
build settings
enable bitcode
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
Post a Comment