美文网首页
解决Xcode7.1插件安装的办法

解决Xcode7.1插件安装的办法

作者: CodingIran | 来源:发表于2015-11-27 17:06 被阅读28次

现象一: 运行安装后,没有出现在菜单上。

到githup上下载Alcatraz project https://github.com/supermarin/Alcatraz

打开终端

输入

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

得到当前的UUID

打开下载的Alcatraz project

在这个工程的infos设置里添加

Paste_Image.png

把刚刚得到的UUID加入

run

重启XCode/或者稍等

你会看到一个提示框 a load bundle or skip.. 选择 load bundle.

现象二:看到提示

如果你选择了skip Bundles,那么你就算重新安装也不会看到了。
这是因为 XCode里面的黑名单机制

打开终端
输入:
1 defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1

再重启XCode,

这次看到上面的提示再选择Load Bundles
就可以了。

相关文章

网友评论

      本文标题:解决Xcode7.1插件安装的办法

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