PSA #xcode #iphone16Pro if your device can’t install dev image.

sudo installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg -target /

@timmitra I had a similar issue building to device on Xcode 16. Different error message though. Apparently the "developer disk images" didn't get auto-updated so I had to run `xcrun devicectl manage ddis` (a new command in Xcode 16)

Between our two issues it seems like Xcode 16 made some device management changes that are clearly buggy.

#iOS #tvOS #xcode16

@chrispomeroyhale it’s apparently because the betas and the RC don’t include the unreleased hardware profiles. In my case I’m still using 16.0 RC.