Skip to content

Instantly share code, notes, and snippets.

@richimf
Created October 9, 2019 03:22
Show Gist options
  • Save richimf/63bf60f694b921cb2bcf324627a497f7 to your computer and use it in GitHub Desktop.
Save richimf/63bf60f694b921cb2bcf324627a497f7 to your computer and use it in GitHub Desktop.
Clear Derived Data
#!/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