3

I am developing an IOS application. Also useing GoogleConversionTrackingSDK. I added to project; GoogleConversionPing.h, libGoogleAnalyticsServices.a files. But I am getting this error message

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)
hiwordls
  • 781
  • 7
  • 17
  • 35

1 Answers1

1

I think those don't compile on arm64 so if you don't use a newer version of googleTracking you have to remove arm64 from the Valid architectures in build settings

user2387149
  • 1,219
  • 16
  • 28