Skip to content

Instantly share code, notes, and snippets.

@nicnocquee
Created April 9, 2015 01:57
Show Gist options
  • Select an option

  • Save nicnocquee/58ec31ce3526bccb63a1 to your computer and use it in GitHub Desktop.

Select an option

Save nicnocquee/58ec31ce3526bccb63a1 to your computer and use it in GitHub Desktop.
Fix plugins not working after Xcode update
XCODEUUID=`defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
for f in ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*; do defaults write "$f/Contents/Info" DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment