xcode更新之后插件失效的解决办法

  • 打开终端,输入以下代码:

    defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
  • 获取到DVTPlugInCompatibilityUUID,然后

    find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 0420B86A-AA43-4792-9ED0-6FE0F2B16A13
  • 重启xcode
  • 点击load boundle
  • 就OK了

 

posted @ 2015-09-20 16:21  糖醋排骨_zwt  阅读(178)  评论(0编辑  收藏  举报