0

On updating XCode6.3.2 all my simulators vanished. now simulators aren't being listed any more to run app.

enter image description here

Further more I tried adding simulators from Window->Devices, its not working as well, its just keep spinning and XCode is hanging on it

Although its pretty strange Preferences->Downloads is showing all simulators as installed, on clicking "Check and install Now" returns No updates

enter image description here

any solution?

Aqib Mumtaz
  • 4,936
  • 1
  • 36
  • 33

3 Answers3

2

Three steps to add additional simulators

1.Just run the simulator 2.Hardware ----> Device---> Manage Device. 3.A popup will open, in that screen bottom left corner you will find "+" use + for adding new simulators for different ios versions

1

A workaround is listed here: https://openradar.appspot.com/21052114

Basically: rm -rf ~/Library/Developer/CoreSimulator then reboot

Chris
  • 39,719
  • 45
  • 189
  • 235
0

Xcode -> preferences -> downloads (if reset Xcode does not help)

b.zdybowicz
  • 166
  • 9
  • I have updated question, Downloads shows all simulators as installed. From where I can reset XCode? – Aqib Mumtaz May 20 '15 at 09:13
  • Quit it and launch again. If it does not work restart mac, if it does not work reinstall Xcode. (there must be some tricky solution, but it will take more time I guess) – b.zdybowicz May 20 '15 at 09:16