iOS Question AdMob Compile error

carchek

Member
Licensed User
Longtime User
Hello,

I am trying to compile my app with Admob.
I have copied latest xml to internal library folder on my Windows machine. I have also copied latest lib with extension a and framework to my server's library folder. And after restarting everything I get this error:

B4X:
Undefined symbols for architecture arm64:
  "_GLKMatrix4Identity", referenced from:
      l2493 in GoogleMobileAds(flat-arm64)
      l2504 in GoogleMobileAds(flat-arm64)
  "_OBJC_CLASS_$_CMMotionManager", referenced from:
      objc-class-ref in GoogleMobileAds(flat-arm64)
  "_OBJC_CLASS_$_GLKView", referenced from:
      objc-class-ref in GoogleMobileAds(flat-arm64)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **

Using B4i 2.00

Thanks for help.
 
Top