Skip to content

Instantly share code, notes, and snippets.

@GregoryMaks
Forked from dsabanin/enable-xcode-debug-menu.sh
Created February 23, 2020 13:05
Show Gist options
  • Save GregoryMaks/b3f241e0207b81928e20e796cefce92b to your computer and use it in GitHub Desktop.
Save GregoryMaks/b3f241e0207b81928e20e796cefce92b 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