Skip to content

Instantly share code, notes, and snippets.

@juliendargelos
Created July 23, 2020 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliendargelos/e848ed029a2488794bcaec534dd8258f to your computer and use it in GitHub Desktop.
Save juliendargelos/e848ed029a2488794bcaec534dd8258f to your computer and use it in GitHub Desktop.
Fabio Giolito's Xcode "freespace" alias
# https://twitter.com/fabiogiolito/status/933339627859185664
sudo rm -rf /.DocumentRevisions-V100/
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf ~/Library/Developer/Xcode/Archives
rm -rf ~/Library/Developer/Xcode/iOS\ DeviceSupport
rm -rf ~/Library/Developer/Xcode/watchOS\ DeviceSupport
rm -rf ~/Library/Developer/Xcode/tvOS\ 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