Xcode7.3插件失效的解決 ,求方法
A little more detail, what plugin? Generally, after Xcode is updated, plug-ins must also be updated before they can be used.
$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
$ find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 第一條命令返回的ID
$ find ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 第一條命令返回的ID
??
??Open info.plist, and then add the uuid of Xcode7 in the Set UUID item. The uuid can be obtained with the command. Baidu.