Created
November 3, 2014 10:33
-
-
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.
This file contains 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/Caches/com.apple.dt.Xcode/ | |
rm -rf ~/Library/Developer/Xcode/DerivedData/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chmod +x Xcode_cleanup.sh