Skip to content

Instantly share code, notes, and snippets.

@whakkee
Created November 3, 2014 10:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whakkee/5f6dae53352d0d4185ec to your computer and use it in GitHub Desktop.
Save whakkee/5f6dae53352d0d4185ec to your computer and use it in GitHub Desktop.
Cleanup Xcode derived data and cashes - helps to get rid of SourceKit crashes for a while.
rm -rf ~/Library/Caches/com.apple.dt.Xcode/
rm -rf ~/Library/Developer/Xcode/DerivedData/
@whakkee
Copy link
Author

whakkee commented Nov 3, 2014

chmod +x Xcode_cleanup.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment