ios - Xcode7.3插件失效的解决 ,求方法
巴扎黑
巴扎黑 2017-04-17 17:49:21
0
4
386

Xcode7.3插件失效的解决 ,求方法

巴扎黑
巴扎黑

reply all(4)
迷茫

Generally you need to upgrade the plug-in. You can try reinstalling.

Ty80

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template