美文网首页
解决 Xcode 升级 插件不能使用办法

解决 Xcode 升级 插件不能使用办法

作者: 左先生丶丶 | 来源:发表于2015-12-17 13:43 被阅读19次

1、打开终端,输入以下代码获取到DVTPlugInCompatibilityUUID

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

2、 然后通过上面所有获得的UUID 插入下面命令行中重启Xcode 即可

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 用户的UUID

相关文章

网友评论

      本文标题:解决 Xcode 升级 插件不能使用办法

      本文链接:https://www.haomeiwen.com/subject/lvlphttx.html