search

Home  >  Q&A  >  body text

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

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

巴扎黑巴扎黑2889 days ago391

reply all(4)I'll reply

  • 迷茫

    迷茫2017-04-17 17:51:21

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

    reply
    0
  • PHP中文网

    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.

    reply
    0
  • 黄舟

    黄舟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🎜 🎜

    reply
    0
  • 迷茫

    迷茫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.

    reply
    0
  • Cancelreply