Till yesterday, everything was normal with Xcode. It was showing simulators as :
Solution from sunnyxx's weibo:
1.quit Xcode and iOS Simulator
2.killall -9 com.apple.CoreSimulator.CoreSimulatorService
3.rm -rf ~/Library/Developer/CoreSimulator/Devices
4.reopen Xcode
Edit: sudo seems unnecessary to kill SimulatorService.This solution will remove all exist simulator and recreate all available version and type simulators.
You can use the following command :
snapshot reset_simulators
If you don't already have snapshot installed :
sudo gem install snapshot
.
More info on snapshot here : https://github.com/krausefx/snapshot#installation