Xcode15 and IOS17 Real machine cannot start debugging

Partial logs

[        ] Starting debug of xxxxxxxxxxxxxxxx (D54pAP, iPhone 12 Pro Max, iphoneos, arm64e, 17.0, 21A5248v) a.k.a. 'ldd' connected through USB...
[ +508 ms] 2023-06-08 11:27:25.206 ios-deploy[45394:900775] [ !! ] Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This probably means you don't have Xcode installed, you will need to launch the app manually and logging output will not be shown!
[        ] Script started, output file is /dev/null
[        ] Script done, output file is /dev/null
[        ] ios-deploy exited with code 0
[        ] Could not run build/ios/iphoneos/Runner.app on 00008101-00064D900E22001E.
[        ] Try launching Xcode and selecting "Product > Run" to fix the problem:
[        ]   open ios/Runner.xcworkspace
[        ] Installing and launching... (completed in 24.4s)
[        ] Error launching application on ldd.

Execute Command

ls "$(xcrun --sdk iphoneos --show-sdk-platform-path)/DeviceSupport"

obtain

11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 13.7 14.0 14.1 14.2 14.3 14.4 14.5 15.0 15.2 15.4 15.5 16.0 16.1 16.4

I have tried to execute commands

xcodebuild -downloadPlatform iOS

It outputs : All requested platforms are downloaded

Where can I download version 17.0?

I'm having this problem as well. I downloaded xcode 15 beta 4 and I am still missing the developer disk image for ios 17. Running the app through xcode works for me. Launching through vscode runs into this error.

Facing same issue with iOS_deploy command. Through the Xcode tool, able to install and launch automatically. With iOS_deploy command, able to install, not able to launch automatically : ERROR: Starting debug of ..................... connected through USB... 2023-08-14 12:13:18.266 ios-deploy[10429:1101338] [ !! ] Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This probably means you don't have Xcode installed, you will need to launch the app manually and logging output will not be shown!.

Please can someone help.

I´m having the same issue

Facing the same problem.

Facing the same issue

We are having this exact same issue with tvOS apps. It also sometimes doesn't let us install via Xcode's devices window either.

Facing the same issue after updating Xcode to 15.0. Need help...!

Any luck with this ? I was still unable to get around it using XCode 15.1 beta

I have the exact same issue, I have updates my coco pods to the latest version, my Mac and iPhone are on the latest version (ios17) it works on simulator but not on physical machine. and in the path -> "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport" I see only -> "11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 13.7 14.0 14.1 14.2 14.3 14.4 14.5 15.0 15.2 15.4 15.5 16.0 16.1 16.4" folders

dose anyone solve it ? there is official answer from apple?

I have this problem using Xcode Version 15.1 (15C65) and iPhone 13 iOS 17.2.1 (21C66)

ls /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
12.0	12.2	12.4	13.1	13.3	13.5	13.7	14.1	14.3	14.5	15.2	15.5	16.1
12.1	12.3	13.0	13.2	13.4	13.6	14.0	14.2	14.4	15.0	15.4	16.0	16.4

I'm facing this issue

Xcode15 and IOS17 Real machine cannot start debugging
 
 
Q