MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
942 stars 132 forks source link

* device deployment: hotfix -- AFC_E_OBJECT_NOT_FOUND if directory doesn't exist #738

Closed dkimitsa closed 12 months ago

dkimitsa commented 1 year ago

introduced by https://github.com/MobiVM/robovm/pull/736

[ERROR] 12:45:08.052 AppLauncher failed with an exception:
[ERROR] 12:45:08.052 org.robovm.libimobiledevice.LibIMobileDeviceException: AFC_E_OBJECT_NOT_FOUND
[ERROR] 12:45:08.052    at org.robovm.libimobiledevice.AfcClient.checkResult(AfcClient.java:627)
[ERROR] 12:45:08.052    at org.robovm.libimobiledevice.AfcClient.removePathAndContent(AfcClient.java:429)
[ERROR] 12:45:08.052    at org.robovm.libimobiledevice.AfcClient.upload(AfcClient.java:515)