Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created December 9, 2019 12:34
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 PaulTaykalo/978bb6f8a2912714755c03f226f2f66a to your computer and use it in GitHub Desktop.
Save PaulTaykalo/978bb6f8a2912714755c03f226f2f66a to your computer and use it in GitHub Desktop.
Xcode Debugging
// 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