Skip to content

Instantly share code, notes, and snippets.

@icodesign
Created May 5, 2015 08:29
Show Gist options
  • Save icodesign/f55c6743c959f40ad0d8 to your computer and use it in GitHub Desktop.
Save icodesign/f55c6743c959f40ad0d8 to your computer and use it in GitHub Desktop.
Fix Xcode plugin compatibility issue
sudo find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode-beta.app/Contents/Info DVTPlugInCompatibilityUUID`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment