I want to support Architecture armv7 and arm64. I had choose "Standard Architectures(armv7, arm64). For supporting "Google Analytics" i had imported "Google Analytics SDK 1.2.0"
. If i build an app then its showing "libGoogleConversionTracking.a, missing required architecture arm64"
I had followed the answer of Ryan Romanchuk in the following link "Unable to link GoogleAnalytics 3.01 with XCode 5 (missing required architecture x86_64)". From that link i had downloaded and imported "GoogleAnalyticsServicesiOS_3.12
".If i build an app then its showing error as follows.
Undefined symbols for 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 any "Google Analytics Services IOS SDK" available which supports both "armv7 and arm64" ? Advance thanks for any help.