Created
December 9, 2019 12:34
-
-
Save PaulTaykalo/978bb6f8a2912714755c03f226f2f66a to your computer and use it in GitHub Desktop.
Xcode Debugging
This file contains 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
// Debugging Builds | |
defaults write com.apple.dt.XCBuild EnableBuildDebugging -bool NO | |
// DEbugging Prebuilds | |
defaults write com.apple.dt.Xcode IDEShowPrebuildLogs YES | |
// DEbugging Indexing | |
defaults write com.apple.dt.Xcode IDEIndexShowLog -bool YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment