I just ran into this error, and it coincided with unavailable versions of iOS showing for incorrect Xcode (for example, iOS 11.2 showing for Xcode 8.2.1, which is impossible for iOS simulators).
The solution was to remove /Library/Developer/CoreSimulator , e.g.
rm -rf /Library/Developer/CoreSimulator
Theoretically, you should be able to run xcrun simctl delete unavailable , but in this case it did not work.
Note Found this problem in Xcode 8.2.1, but 9.2 was also installed.
Dan Rosenstark Apr 10 '18 at 19:54 2018-04-10 19:54
source share