Skip to content

Developer disk images have been removed #755

@davidgiga1993

Description

@davidgiga1993

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions