Xcode – set the default simulator for new projects in Xcode 7.1 or latest

xcode

I've been making a ton of new projects as I'm learning Swift. My development is all on my laptop, so I hate using the default 6s Plus simulator, since the window is too big to easily see. Is there a way to change the default simulator to be a different one for new projects?

Best Answer

No need to delete simulators!

  1. Product → Destination → Add Additional Simulators...

Click on "Add Additional Simulators"

  1. In the sidebar, select the simulator you want to hide

List of iOS simulators

  1. Uncheck "Show as run destination"

New "Show as run destination" checkbox

Edit: Updated for Xcode 10