Skip to content

Instantly share code, notes, and snippets.

@leilee
Last active April 17, 2024 07:03
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save leilee/64d9de9913b78f7bb0a977d1cc556fd3 to your computer and use it in GitHub Desktop.
Save leilee/64d9de9913b78f7bb0a977d1cc556fd3 to your computer and use it in GitHub Desktop.
Install iOS Simulators in Xcode Manually
  • Open Xcode -> Preferences -> Components.
  • Open the Console App, clear the console.
  • Go back to the Xcode preferences. Start the simulator download, then cancel it.
  • Now in the Console, you will see something about the cancellation with the download URL.
  • Copy the URL from the Console, download it.
  • Copy this file to ~/Library/Caches/com.apple.dt.Xcode/Downloads.
    • If Downloads did not exist, create a new Downloads directory.
    • If Downloads exists, remove all *.dvtdownloadableindex files under it.
  • Open Xcode -> Preferences -> Components, start the simulator download again, it should find the file you downloaded and install it.
@allestaire
Copy link

Cant find the Console App

@hamidn
Copy link

hamidn commented Feb 16, 2022

in mac monterey go to : Applications > Other > Console
console

@MuhammadAbdullah54321
Copy link

I have followed the exact same steps ....but in last step ...i does not find simulator file and keep buffering and after some time ...it gives me time out error

I am using Mac OS Big Sur 11.6.5 (20G527)
Xcode Version 12.5.1 (12E507)
trying to download iOS simulator 13.7

would like to mention that in my case com.apple.dt.Xcode was not present in Caches so I manually created this one as well and then created Downloads folder inside it as well as suggested above

@mtahabasiri
Copy link

Not working for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment