Last active
October 17, 2025 19:39
-
-
Save tiagobbraga/4ab2f8e2e41be12cd611d1d8027a7b92 to your computer and use it in GitHub Desktop.
Reset preferences Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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