xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

Un-installing an Xcode version results in potentially unavailable simulators #363

Open ChristianOrgler opened 4 years ago

ChristianOrgler commented 4 years ago

When you uninstall an xcode version and automate this behaviour you may end up in a lot of wasted disk space by having unavailable simulators installed.

As an easy first step we could simply delete unavailable simulators upon uninstall. Pull request is already provided: https://github.com/xcpretty/xcode-install/pull/358