-
Notifications
You must be signed in to change notification settings - Fork 101
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
Unable to build iOS 64-bit app when using MoPub bindings? #154
Comments
Same here. Thank you for your great job. |
We ended up using admob binding instead of the mopub one, since there wasn't really any solution to this issue yet, and no words on when it might be solved. But the admob binding works great with iOS 64-bit. |
Yeah. Thinking of that too. Have posted reply in google groups. If release will be soon than I'll use it. In other way I'll use admit also. |
@jsras can you contact me about how you've implemented admob binding? |
Any progress with this issue? It would be nice to be able to use the mopub binding again |
Still no 64bit mopub? Can we build it ourselves? |
MoPub is on the todo list for new RoboPods: robovm/robovm-robopods#17 |
Whops, wrong link: robovm/robovm-robopods#9 |
I am currently experiencing some issues when building for 64-bit with the MoPub bindings.
The IPA gets created fine enough, but the 64-bit slice won't work, since the MoPub bindings aren't built for 64-bit. Furthermore the app continually crashes when run on 64-bit simulator.
I've tried using current roboVM snapshot, beta 1, 2 and 3. Also tried MoPub bindings snapshot, beta 1,2 and 3, but to no avail.
Warning when building: warning: ignoring file /Users/jsr/.robovm/cache/ios/x86_64/release/Users/jsr/Development/Mojo Studios/Rainbow Run/ios/libs/mopub-1.0.0-beta-03.jar.extracted/META-INF/robovm/ios/libs/libmopub.a, missing required architecture x86_64 in file /Users/jsr/.robovm/cache/ios/x86_64/release/Users/jsr/Development/Mojo Studios/Rainbow Run/ios/libs/mopub-1.0.0-beta-03.jar.extracted/META-INF/robovm/ios/libs/libmopub.a (3 slices)
Error:
java.lang.ExceptionInInitializerError
Caused by: org.robovm.objc.ObjCClassNotFoundException: MPInterstitialAdController
at org.robovm.objc.ObjCClass.getByType(ObjCClass.java)
at org.robovm.bindings.mopub.MPInterstitialAdController.(MPInterstitialAdController.java)
... 8 more
I have tried a lot of different solutions and I feel like I am going crazy or code-blind.
The text was updated successfully, but these errors were encountered: