Created
September 15, 2020 19:55
-
-
Save albertodebortoli/0058860ba4ec12a089d81a4c34c771ac to your computer and use it in GitHub Desktop.
Naughty Xcode: Free space commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf ~/Library/Developer/Xcode/DerivedData | |
rm -rf ~/Library/Developer/Xcode/Archives | |
rm -rf ~/Library/Developer/Xcode/iOS\ DeviceSupport | |
rm -rf ~/Library/Caches/com.apple.dt.Xcode | |
xcrun simctl delete unavailable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment