Xcode7.3插件失效的解决 ,求方法
Generally you need to upgrade the plug-in. You can try reinstalling.
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
$ 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
Open info.plist, and then add the uuid of Xcode7 in the Set UUID item. The uuid can be obtained with the command. Baidu.
Generally you need to upgrade the plug-in. You can try reinstalling.
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.