Option 1:
You can check the available free disk space on your MacBook. This usually becomes an issue when you have low space, and technically, you only need around 23GB of free disk space. However, I had to free up to 50GB to install it. You can manage your space and try to download it again.
Option 2:
You can try downloading and installing iOS 17.0 Simulator runtimes for a specific platform using the Terminal
. Use the -downloadPlatform
option and specify the platform like this:
xcodebuild -downloadPlatform iOS
Option 3:
You can download the iOS 17.0 simulator runtime from this link - https://developer.apple.com/download/all/
If your download speed is slow, you may need to use a VPN.
After downloading the runtime, follow the commands below in your Terminal:
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/iOS_17_Simulator_Runtime.dmg"
Find more information about installing additional simulator runtimes on the official Apple documentation - https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes