Samhan Salahuddin
Samhan Salahuddin

Reputation: 2170

Simulators vanished from Xcode

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

Answers (3)

Nik
Nik

Reputation: 1777

Just go to Xcode -> window -> devices

follow this steps

1) Step 1

2) select the devices options, you will be able to see this screen

Step 2

3) click on add button. and add the simulator you want like this

Step 3

Upvotes: 1

S.Jain
S.Jain

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

enter image description here

Upvotes: 1

Krekin
Krekin

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

Related Questions