Skip to content

Instantly share code, notes, and snippets.

@makenova
Created September 26, 2019 14:38
Show Gist options
  • Save makenova/af80432d881d1791588f4013090899b2 to your computer and use it in GitHub Desktop.
Save makenova/af80432d881d1791588f4013090899b2 to your computer and use it in GitHub Desktop.
FInding Simulators after upgrading to XCode 11

After upgrading Xcode to version 11, I found that some of the simulators that I commonly use were missing. I used the following steps to restore them.

  • In Xcode the Window menu, select "Devices & Simulators"
  • Make sure the Simulators tab is selected
  • Use the "+" in the bottom left to add simulators that are missing
  • A modal will pop up with "Create a new simulator"
  • Use the second drop down to select the device type
  • The rest of it can be left as default or you can give it a unique name and select the OS version
  • Click "Create"

That it!

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