-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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:
- Gradle plugin
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
Oberdiah and bitdream
Metadata
Metadata
Assignees
Labels
No labels