iPhone上的启动画面后RoboVM崩溃

use*_*160 6 iphone ios libgdx robovm

我试图在我的iPhone上使用RoboVM安装iOS应用程序.该应用程序正在我的iOS模拟器中工作,但当我尝试手机时,应用程序只是在启动画面后崩溃.

我也遇到了这个错误:

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)
Run Code Online (Sandbox Code Playgroud)

我在iOS 8上使用LibGDX.

我怎么解决这个问题?

小智 1

将 roboVM 版本更新至 1.0.0-alpha-04 或更高版本