Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save programming086/2a46ef40062481d53294cf280d26d57b to your computer and use it in GitHub Desktop.
Save programming086/2a46ef40062481d53294cf280d26d57b to your computer and use it in GitHub Desktop.
Enable internal Xcode debug menu in Xcode 11
defaults write com.apple.dt.Xcode ShowDVTDebugMenu -bool YES
sudo mkdir -p /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode
sudo touch /Applications/Xcode.app/Contents/Developer/AppleInternal/Library/Xcode/AppleInternal.plist
# Don't forget to restart Xcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment