su-
su-

Reputation: 58

Cannot add iOS simulator

I updated Xcode to 7.3 a while ago. Then I want to add iOS9.2 simulators but cannot add with dialog :

fig1

On the other hand, I can add iOS9.3 simulators.

I've already download iOS9.2 runtime.

fig2

Please help me...

Upvotes: 2

Views: 132

Answers (1)

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

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

Related Questions