Remove old simulators from XCode

I installed XCode 4.3 as well as simulators 4.3 and 5.0, so I got 3 pairs of simulators. How do I delete old simulators?

+3


source to share


2 answers


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

However, you should probably support all of them, the more tests you can do on different versions of iOS, the better!



enter image description here

+6


source


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



+2


source







All Articles