Xcode 插件失效的临时解决方案

批量更新插件的 DVTPlugInCompatibilityUUID 的命令:


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.app/Contents/Info DVTPlugInCompatibilityUUID

Xcode升级后插件失效及7.1菜单不显示Alcatraz的解决方法
然后执行
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1

最后重启Xcode,然后亲爱的插件们就都回来啦~
原文地址

你可能感兴趣的:(Xcode 插件失效的临时解决方案)