Xcode版本更新后插件失效解决办法
-
打开终端,输入以下代码:
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID -
获取到DVTPlugInCompatibilityUUID,然后
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 9F75337B-21B4-4ADC-B558-F9CADF7073A7 - 重启xcode
以xcode6.3为例,见下图

浙公网安备 33010602011771号