Skip to content

Instantly share code, notes, and snippets.

@youngshook
Created November 30, 2013 13:36
Show Gist options
  • Save youngshook/7719183 to your computer and use it in GitHub Desktop.
Save youngshook/7719183 to your computer and use it in GitHub Desktop.
Fix DVTPlugInCompatibilityUUID Error
XCODEUUID=`defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
defaults write ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*.xcplugin/Contents/Info DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment