Skip to content
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

flixel-examples-robovm fails to run on iOS Simulator #86

Closed
IndrekV opened this issue Apr 30, 2015 · 4 comments
Closed

flixel-examples-robovm fails to run on iOS Simulator #86

IndrekV opened this issue Apr 30, 2015 · 4 comments

Comments

@IndrekV
Copy link

IndrekV commented Apr 30, 2015

Simulator opens up starts the example and crashes right away.

2015-05-01 00:07:15.851 TiledMap2Demo[22040:329813] [debug] IOSApplication: iOS version: 8.1
2015-05-01 00:07:15.856 TiledMap2Demo[22040:329813] [debug] IOSApplication: scale: 2.0
java.lang.NoSuchMethodError:              
org.robovm.apple.coregraphics.CGRect.size()Lorg/robovm/apple/coregraphics/CGSize;
at com.badlogic.gdx.backends.iosrobovm.IOSApplication.getBounds(IOSApplication.java)
at com.badlogic.gdx.backends.iosrobovm.IOSApplication.didFinishLaunching(IOSApplication.java)
at             com.badlogic.gdx.backends.iosrobovm.IOSApplication$Delegate.didFinishLaunching(IOSApplication.java)
at org.robovm.apple.uikit.UIApplicationDelegate$ObjCProxy.$cb$application$didFinishLaunchingWithOptions$(Unknown Source)
at org.robovm.apple.uikit.UIApplication.main(Native Method)
at org.robovm.apple.uikit.UIApplication.main(UIApplication.java)
at org.flixel.TiledMap2DemoIOS.main(TiledMap2DemoIOS.java)

Seems similar to this libgdx issue. libgdx/libgdx#2652
Libgdx version and Robovm version are not in sync.

@IndrekV
Copy link
Author

IndrekV commented May 23, 2015

@WingEraser Any feedback on this issue?

@WingEraser
Copy link
Member

The only thing I can say is to use libgdx latest nightly or snapshot, but you'll have to update flixel-gdx too. I don't own a Mac (yet) which makes it harder for to solve this problem. But according the issue you pointed from libgdx it seems to be solved at their side.

@moly
Copy link
Contributor

moly commented May 24, 2015

Hi,

Sorry for the delay. I've updated flixel-gdx to the latest libgdx nightly. Hopefully this has fixed your issue.

@moly
Copy link
Contributor

moly commented Aug 15, 2015

Assuming this has been resolved.

@moly moly closed this as completed Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants