HomeiOS DevelopmentCouldn't obtain and set up iOS 17.0 Simulator runtime with Xcode 15.0

Couldn’t obtain and set up iOS 17.0 Simulator runtime with Xcode 15.0


You possibly can verify the out there free disk area in your MacBook. This often turns into a difficulty when you’ve got low area, and technically, you solely want round 23GB of free disk area. Nevertheless, I needed to free as much as 50GB to put in it.

If that does not work, you may attempt downloading and putting in iOS 17.0 Simulator runtimes for a particular platform utilizing the Terminal. Use the -downloadPlatform choice and specify the platform like this:

xcodebuild -downloadPlatform iOS

If that also would not work, you may obtain the iOS 17.0 simulator runtime from this hyperlink – https://developer.apple.com/obtain/all/

After downloading the runtime, observe the instructions beneath in your Terminal:

sudo xcode-select -s /Functions/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/iOS_17_Simulator_Runtime.dmg"

Discover extra details about putting in extra simulator runtimes on the official Apple documentation – https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments