xcodebuild -downloadPlatform Or, for more detail:
xcrun simctl runtime list -a To see downloadable but not yet installed runtimes: xcode download simulators
xcodebuild -downloadPlatform -all Find the identifier (e.g., iOS 17.5 ), then run: xcodebuild -downloadPlatform Or
xcodebuild -downloadPlatform iOS -version 17.5 Or download all available runtimes for a platform: iOS 17.5 )
|
|||||||||||||||