Reputation: 58
I updated Xcode to 7.3 a while ago. Then I want to add iOS9.2 simulators but cannot add with dialog :
On the other hand, I can add iOS9.3 simulators.
I've already download iOS9.2 runtime.
Please help me...
Upvotes: 2
Views: 132
Reputation: 23651
Running this from the terminal should likely get you back in service:
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
However, please do file a bug report with relevant details, so it can be further investigated.
Upvotes: 1