我试图通过RoboVM在iPhone上安装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)

我在iOS 8上,并且使用LibGDX。

我怎么解决这个问题?

最佳答案

将您的roboVM版本更新为1.0.0-alpha-04或更高版本

10-08 03:30