-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some issues in admob #124
Comments
Add the framework safaricontroller in your robovm.xml |
Add these |
My robovm.xml
|
can i must add "GoogleMobileAds" in robovm.xml? because i follow the README https://github.com/robovm/robovm-robopods/blob/master/google-mobile-ads/ios/README.md
|
You have to add that inclusive with all the others |
UIKit |
[ERROR] Undefined symbols for architecture x86_64:
[ERROR] "OBJC_CLASS$_SFSafariViewController", referenced from:
[ERROR] objc-class-ref in GoogleMobileAds(flat-x86_64)
[ERROR] "OBJC_CLASS$_CBUUID", referenced from:
[ERROR] objc-class-ref in GoogleMobileAds(flat-x86_64)
[ERROR] "OBJC_CLASS$_CBCentralManager", referenced from:
[ERROR] objc-class-ref in GoogleMobileAds(flat-x86_64)
[ERROR] "_CBCentralManagerOptionShowPowerAlertKey", referenced from:
[ERROR] l876 in GoogleMobileAds(flat-x86_64)
[ERROR] ld: symbol(s) not found for architecture x86_64
[ERROR] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] Couldn't compile app
compile "org.robovm:robopods-google-mobile-ads-ios:1.14.0"
when i compile Libgdx ios project, it has some error.
who can fix it? THX
The text was updated successfully, but these errors were encountered: