ios - Is there GoogleAnalyticsServicesIOS sdk which supports both armv7 and arm64? -


i want support architecture armv7 , arm64. had choose "standard architectures(armv7, arm64). supporting "google analytics" had imported "google analytics sdk 1.2.0". if build app showing "libgoogleconversiontracking.a, missing required architecture arm64" had followed answer of ryan romanchuk in following link "unable link googleanalytics 3.01 xcode 5 (missing required architecture x86_64)". link had downloaded , imported "googleanalyticsservicesios_3.12".if build app showing error follows.

undefined symbols architecture armv7:   "_objc_class_$_nsfetchrequest", referenced from:       objc-class-ref in libgoogleanalyticsservices.a(tagmodel.o)       objc-class-ref in libgoogleanalyticsservices.a(gaidatastore.o) 

is there "google analytics services ios sdk" available supports both "armv7 , arm64" ? advance help.

as of running xcode 6 in next 4 months new xcode 7 arrive. googleanalytics follow new architecture think have running armv7s.

you have option try using downgraded version of google analytics.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -