Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RoboVM crash after splash screen on iPhone

I was trying to put an iOS app on my iPhone with RoboVM. The app is working in my iOS simulator, but when I try on the phone the app simply crashes after the splash screen.

I also got this error:

03/06/14 8:40:38 PM: [ERROR] AppLauncher failed with an exception:
03/06/14 8:40:38 PM: [ERROR] java.lang.RuntimeException: Unexpected response from debugserver: $X00;description:5465726d696e617465642064756520746f207369676e616c2036;#00
03/06/14 8:40:38 PM: [ERROR]    at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:708)
03/06/14 8:40:38 PM: [ERROR]    at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:814)
03/06/14 8:40:38 PM: [ERROR]    at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)

I'm on iOS 8 and I use LibGDX.

How can I solve this problem?

like image 432
user3705160 Avatar asked Jun 04 '14 00:06

user3705160


1 Answers

Update your roboVM version to 1.0.0-alpha-04 or newer

like image 167
johann Verbroucht Avatar answered Oct 30 '22 00:10

johann Verbroucht