Skip to content

Instantly share code, notes, and snippets.

@tjw
Created October 29, 2015 15:43
Show Gist options
  • Select an option

  • Save tjw/f1d21f883cba8aa8f003 to your computer and use it in GitHub Desktop.

Select an option

Save tjw/f1d21f883cba8aa8f003 to your computer and use it in GitHub Desktop.
XcodeMindWipe
XcodeMindWipe () {
rm -rf ~/Library/Developer/Xcode/DerivedData
find . -name $USER.xcuserdatad -o \( -name xcuserdata -o -name "*.xccheckout" \) -print0 | xargs -0 rm -rf
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment