PHP中文网2017-04-17 17:51:21
A little more detail, what plugin? Generally, after Xcode is updated, plug-ins must also be updated before they can be used.
黄舟2017-04-17 17:51:21
$ 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
🎜
🎜迷茫2017-04-17 17:51:21
Open info.plist, and then add the uuid of Xcode7 in the Set UUID item. The uuid can be obtained with the command. Baidu.