-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developer disk images have been removed #755
Comments
yep it is not supported for a while due lack of support in dependency ilibmobiledevice. |
Great, thanks a lot! |
Do we need to wait for |
|
Any update on this? I can't really test on physical devices anymore which is a huge pain since the simulator doesn't provide the required functionality |
I found a workaround that can be used to install MobiVM apps on physical devices using Apple provided command line tools.
The app will install on your connected device (doesn't need to be unlocked), but will not automatically run. You will need to search for your app by name to run it. DONE! PS: It would be nice if this could be integrated into the build process as an alternate installation method. |
Just to clarify because I think it's not clear and the issue gives the impression it's not possible to deploy and app on an iOS 17 device. Deployment of an app on a device works, it just fails on first launch with the "No DeveloperDiskImage.dmg found" message . After that you can launch the deployed app from springboard without issues (just clicking on the icon). Debugging on the other hand doesn't work on device and the currrent workaround is to use Simulator. |
Sorry for the late reply, but this is exactly my issue as the simulator can only do so little. You can't properly test bluetooth, external usb connections, camera, and so on. Performance also can't be compared to physical devices. |
Just wondering if iOS18 will ever be supported for Java? Would I be better moving to Kotlin? |
Issue details
Deployment / Debug on iOS 17 devices doesn't work anymore
Related informations: https://developer.apple.com/forums/thread/730947
ios-control/ios-deploy#588
my gradle file:
Configuration
Please provide the build system, version(s), and targets affected.
Build Tools:
Versions:
Please provide the version of RoboVM, XCode and JDK used
2.3.20
15.0
Build Targets:
iOS 17 arm64
The text was updated successfully, but these errors were encountered: