Xcode 6.4 showing duplicate 'Simulators' with Unique Id

itsji10dra picture itsji10dra · Jul 8, 2015 · Viewed 7.9k times · Source

Till yesterday, everything was normal with Xcode. It was showing simulators as :

enter image description here

But today, when I opened it, simulator list changed to :

enter image description here

Every simulator can be seen twice, name followed by a unique id. I have also observed that same named Simulator are also two different instances.

Can anyone help me, how to get rid of this ? Or how to reset it. It gives a weird look.

Any suggestion will be helpful.

Answer

Doz picture Doz · Aug 11, 2015

I have an easier way to fix this.

Run the following:

xcrun simctl list devices | grep -v '^[-=]' | cut -d "(" -f2 | cut -d ")" -f1 | xargs -I {} xcrun simctl delete "{}"