Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required plug-in compatibility UUID ... not present in DVTPlugInCompatibilityUUIDs #2

Open
rsms opened this issue Jun 16, 2016 · 1 comment

Comments

@rsms
Copy link

rsms commented Jun 16, 2016

6/16/16 14:42:08.274 Xcode[44746]: [MT] PluginLoading: Required plug-in compatibility \
UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path \
'~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SALLDBInit.xcplugin' \
not present in DVTPlugInCompatibilityUUIDs

Same results for both

  • Xcode 7.3.1 (7D1014)
  • Xcode 8.0 beta (8S128d)

macOS 10.11.5 (15F34)

@alanhamlett
Copy link

UUIDS=$(defaults read /Applications/XcodeWithPlugins.app/Contents/Info.plist DVTPlugInCompatibilityUUID)
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add $UUIDS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants