Skip to content

Instantly share code, notes, and snippets.

@tiagobbraga
Last active October 17, 2025 19:39
Show Gist options
  • Select an option

  • Save tiagobbraga/4ab2f8e2e41be12cd611d1d8027a7b92 to your computer and use it in GitHub Desktop.

Select an option

Save tiagobbraga/4ab2f8e2e41be12cd611d1d8027a7b92 to your computer and use it in GitHub Desktop.
Reset preferences 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