Skip to content

Instantly share code, notes, and snippets.

@samsoir
Last active August 29, 2015 14:19
Show Gist options
  • Save samsoir/51ea6b33d137fbc7e328 to your computer and use it in GitHub Desktop.
Save samsoir/51ea6b33d137fbc7e328 to your computer and use it in GitHub Desktop.
What to run when Xcode 6.x locks up and will not respond
#!/bin/bash
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf ~/Library/Caches/com.apple.dt.Xcode
echo -e '\n [ \033[1;32mDONE\033[0m ]\t\033[0;36mXcode sucks! Yes! Yes it does!\033[0m\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment