You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the latest Eclipse RoboVM plugin from October 4th and accompanying RoboVM 2.3.8-Snapshot libraries in my build.gradle
When attempting to deploy from Eclipse to my iPad Pro with IOS 13, I keep getting:
10/7/19 1:35:05 PM: [ERROR] AppLauncher failed with an exception:
10/7/19 1:35:05 PM: [ERROR] org.robovm.libimobiledevice.LibIMobileDeviceException: IDEVICE_E_NOT_ENOUGH_DATA
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.IDevice.checkResult(IDevice.java:197)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.IDeviceConnection.receive(IDeviceConnection.java:109)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.receiveGdbAck(AppLauncher.java:475)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.sendReceivePacket(AppLauncher.java:485)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.pipeStdOut(AppLauncher.java:763)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:734)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:1052)
10/7/19 1:35:05 PM: [ERROR] at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
I've unplugged the device a few times and recompiled a few times as well, as that sometimes does the trick with these random errors, but not this time.
(I can deploy a test project from Xcode to the same device.)
I can also deploy the same Eclipse project to a different device, an iPad Mini running some lower IOS version, 11 or something. Is it an IOS 13 issue?
The app seems to install on the device, but the error occurs right at "[100%] Install complete" and never actually launches on the device, so can't get console feedback when debugging unfortunately.