I am trying to run my gluon sample application on ios device but I am getting an exception while launching the app using the command ./gradlew --info launchIosDevice
.
The error stack trace is
org.robovm.libimobiledevice.LibIMobileDeviceException: IDEVICE_E_NOT_ENOUGH_DATA
at org.robovm.libimobiledevice.IDevice.checkResult(IDevice.java:197)
at org.robovm.libimobiledevice.IDeviceConnection.receive(IDeviceConnection.java:109)
at org.robovm.libimobiledevice.util.AppLauncher.receiveGdbAck(AppLauncher.java:475)
at org.robovm.libimobiledevice.util.AppLauncher.sendReceivePacket(AppLauncher.java:485)
at org.robovm.libimobiledevice.util.AppLauncher.pipeStdOut(AppLauncher.java:763)
at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:734)
at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:1052)
at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
Although the app is installed on device but it crashes while starting. I am using mac-os version 10.14.6 and iPhone 8+ with software version 13.3 Xcode version is 11.3