XCode 7. iOS simulators missing and not installable

Alexey Bondarchuk picture Alexey Bondarchuk · Jul 22, 2015 · Viewed 23k times · Source
  1. Can't see any iOS 9.0 simulators. In previous Xcode 7 beta 3 all was OK.
  2. Can't install iOS 8.3 simulator.

enter image description here

  1. Also I can't add any simulator from 'Organizer'. By pressing "Create" nothing happened.

enter image description here

  1. Each time when I'm trying to download iOS simulator I see next thing:

enter image description here

Answer

Arkku picture Arkku · Jul 23, 2015

One possible issue is that there may be old leftover simulators installed, which are not compatible with the new XCode, and their presence causes the whole Simulator to fail. To get rid of them, delete the simulators in /Library/Developer/CoreSimulator/Profiles/Runtimes (for me there was an iOS 7 simulator there which was the issue). Relaunch XCode after this.

Then try to run the simulator from XCode->Open Developer Tool->Simulator. Assuming this succeeds, verify that you have the simulators under the iOS Simulator menu Hardware->Device->Manage Devices… – if not, you should be able to click the + in the bottom bar to add yourself some iOS 9 simulators. Relaunch XCode again and they should show up in the menu.