Skip to content

Instantly share code, notes, and snippets.

@leilee
Last active May 15, 2024 01:03
Show Gist options
  • 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.
@mtahabasiri
Copy link

Not working for me too.

@PaulAddy
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