Skip to content

Instantly share code, notes, and snippets.

@marionegroponzi
Created December 24, 2018 09:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marionegroponzi/ec7cdacafef005bb320520690c4f9614 to your computer and use it in GitHub Desktop.
Save marionegroponzi/ec7cdacafef005bb320520690c4f9614 to your computer and use it in GitHub Desktop.
Reset Xcode
### if Xcode starts misbehaving you can use:
defaults delete com.apple.dt.Xcode
rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode
rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState
rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.*
### and for the simulators
xcrun simctl erase all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment