我试图用 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。
我怎么解决这个问题?