Reputation: 2170
I just reopened Xcode and now I only see 6s simulators. All the others have just disappeared. How do I add them back ?
EDIT :
Silly me ,I missed that the scheme and target somehow changed to Apple Watch and I didn't notice. Should I delete this question :P .
Upvotes: 0
Views: 81
Reputation: 1777
Just go to Xcode -> window -> devices
follow this steps
2) select the devices options, you will be able to see this screen
3) click on add button. and add the simulator you want like this
Upvotes: 1
Reputation: 441
check whether simulators are installed or not by preferences section in xcode. Or it might just be glitch. Restart your computer and Xcode
Upvotes: 1
Reputation: 1560
Open Xcode, click on 'Xcode' in top left of the screen, select 'Preferences...', once a separate window opens up click on the 2nd last tab called 'Downloads'. Inside, check the installed components.
If you deleted any previously installed simulators, then you should be able to re-download them here.
Upvotes: 1