Gluon sample application failing on ios devices

送分小仙女□ 提交于 2020-03-03 04:40:58

问题


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


回答1:


I believe this is a problem with the latest version of Gluon ( 5.0.2 charm) not playing nicely with iOS 13.2.3 and beyond. Prior to this it worked fine.



来源:https://stackoverflow.com/questions/59386529/gluon-sample-application-failing-on-ios-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!