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
gradle launchIOSDevicex64
...
No DeveloperDiskImage.dmg found in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport for iOS version 17.0.1
my gradle file:
task launchIOSDevicex64(group: 'mobivm') {
doLast {
project.ext.'robovm.arch' = 'arm64'
}
finalizedBy launchIOSDevice
}
Configuration
Please provide the build system, version(s), and targets affected.
Build Tools:
Versions:
Please provide the version of RoboVM, XCode and JDK used
- Robovm:
2.3.20
- XCode:
15.0
- JDK: temurin-17
Build Targets:
iOS 17 arm64
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.2015.0Build Targets:
iOS 17 arm64