Skip to content

Instantly share code, notes, and snippets.

@acidlynx
Forked from dsabanin/enable-xcode-debug-menu.sh
Created February 24, 2020 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acidlynx/fc1be20c0333f505ec7e5a5bf542b709 to your computer and use it in GitHub Desktop.
Save acidlynx/fc1be20c0333f505ec7e5a5bf542b709 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