I am working on google analytics (iOs, Objective c), when i add this file "libGoogleAnalyticsServices.a" to my project I got this error
"Apple Mach-O Linker Error" "clang: error: linker command failed with exit code 1 (use -v to see invocation)".
I added below files successfully.
GAI.h
GAIDictionaryBuilder.h
GAIEcommerceProduct.h
GAIEcommerceProductAction.h
GAIEcommercePromotion.h
GAIFields.h
GAILogger.h
GAITrackedViewController.h
GAITracker.h
CoreData.framework
SystemConfiguration.framework
libz.dylib
libsqlite3.dylib
When I add "libGoogleAnalyticsServices.a" this file i am getting error.