Skip to content

Instantly share code, notes, and snippets.

@musoftware
Created November 28, 2019 23:21
Show Gist options
  • Save musoftware/0b42dddfd1930a09969cfa41071eea4f to your computer and use it in GitHub Desktop.
Save musoftware/0b42dddfd1930a09969cfa41071eea4f to your computer and use it in GitHub Desktop.
Reset Xcode
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.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment