-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ios build error with undefined symbols for armv7 #90
Comments
I had this. It is a bug in xcode. Open up the project in xcode, go to "General" tab, remove "GoogleMobileAds.framework" from frameworks, then re-add it. Should build then. Also, make sure you have directory godot/modules/admob/ios/lib added to framework search path (“Build Settings”). |
Maybe this should be mentioned in the readme? |
@wombatwingdings I'll do that, thanks :) |
@wombatwingdings @Shin-NiL
to
I build those with three tabs at the same time.
|
Now I can run on device with |
Godot version:
3.1.1
xcode 10.2.1
build error
I combined the three .a file with lipo command.
Issue description:
The text was updated successfully, but these errors were encountered: