I am developing an iOS application. Also used is GoogleConversionTrackingSDK. I added to the project; Files GoogleConversionPing.h, libGoogleAnalyticsServices.a. But I get an error
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_GoogleConversionPing", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
source
share