Created
October 9, 2019 03:22
-
-
Save richimf/63bf60f694b921cb2bcf324627a497f7 to your computer and use it in GitHub Desktop.
Clear Derived Data
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
#!/bin/bash | |
# cd /usr/local/bin | |
echo "Clearing Derived Data" | |
rm -rf /Users/<MyUserName>/Library/Developer/Xcode/DerivedData | |
echo "Done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment