In my app I am trying to use Google Analytics3.10 . I have followed the steps below:
1 Downloaded GA for iOS 3.10
2 Imported content of /GoogleAnalytics/Library/ into group "GoogleAnalytics"
3 Added Build Phases CoreData,SystemConfiguration and libz.dylb
4 Initialize the [GAI sharedInstance] in my AppDelegate.
Deployment target for app is 7.0 I am getting this error while build:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GAI", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)