Hello,
I’m using the latest version of Xcode, 26.6.
I’m unable to permanently delete old installed iOS platform versions. I remove them from Xcode settings, and the deletion appears to complete successfully, but after rebooting my Mac they appear again, as if nothing had changed.
Do you have any suggestions for how to remove them correctly and permanently?
Thanks for the post. I’m not very sure how you do that as is possible to do it on Xcode without any issue. However I normally I delete the dmg files and that’s the fastest way for me.
Since Xcode stores modern simulator runtimes as disk images try this and let me know.
- Quit Xcode
- Open Finder
- Go to Folder and paste the following path:
/Library/Developer/CoreSimulator/Images/ - Inside this folder, you will see
.dmgfiles. You might also see animages.plistfile. - Move the
.dmgfiles for the iOS versions you no longer want to the Trash. - Empty the Trash.
- Restart your Mac.
Let me know if that work for you. I would still recommend to use Xcode to remove the ones you do not want.
Albert WWDR