Supasit Suebsunthorn
Supasit Suebsunthorn

Reputation: 31

Its too many simulators in Xcode 6.4

i have too many in my xCode application
i try to delete but just a moment its back to device list
how to remove it.

xcode Version 6.4 (6E35b)

pic from my xCode
pic from device list

Upvotes: 1

Views: 272

Answers (2)

BLC
BLC

Reputation: 2290

It may happen because of multiple Xcode installed or during Xcode upgrades. The only thing that need to be done is to open Xcode -> Window -> Devices select duplicated device and delete it.

Copied from this answer

Upvotes: 1

matt
matt

Reputation: 534885

Quit Xcode and the Simulator, and say (in the Terminal):

$ xcrun simctl delete

That will delete them all and now you can start fresh. It's good to do this from time to time...

Upvotes: 3

Related Questions