3

I installed Xcode 4.3, and also 4.3 and 5.0 simulators, so I ended up with 3 pair of simulators.

How can I delete the old simulators?

shim
  • 9,289
  • 12
  • 69
  • 108
salvabalza
  • 173
  • 2
  • 11

2 Answers2

6

You can delete them in the following directory, but I'm not completely sure if deleting them here will remove them from the list of simulators in Xcode.

However you should probably keep them all installed, the more testing you can do on different iOS versions, the better!

enter image description here

Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281
2

you have to remove them from /Library/Developer/CoreSimulator/Profiles/Runtimes

Tobe
  • 508
  • 5
  • 14