Reputation: 5064
On updating XCode6.3.2 all my simulators vanished. now simulators aren't being listed any more to run app.
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
any solution?
Upvotes: 0
Views: 963
Reputation: 36
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
Upvotes: 2
Reputation: 40613
A workaround is listed here: https://openradar.appspot.com/21052114
Basically: rm -rf ~/Library/Developer/CoreSimulator
then reboot
Upvotes: 1
Reputation: 166
Xcode -> preferences -> downloads (if reset Xcode does not help)
Upvotes: 0