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?