美文网首页
Xcode插件安装相关笔记

Xcode插件安装相关笔记

作者: 南方的鹰 | 来源:发表于2016-02-24 16:41 被阅读0次

插件相关

  1. 到githup高低载Alcatraz project >https://github.com/supermarin/Alcatraz 2. 翻开末端 3. 输进 defaults read /Appl]

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

  1. 到githup上下载Alcatraz project https://github.com/supermarin/Alcatraz
  1. 打开终端

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

  3. 得到当前的UUID

  4. 打开下载的Alcatraz project

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


    41b33b78b8255ec0c98fada59f1d3b72.png
  6. 把刚刚得到的UUID加入

  7. run

  8. 重启XCode/或者稍等

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


    785017aba1dc0d528bd863df6fa4d99e.png


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

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

再重启XCode,

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

相关文章

网友评论

      本文标题:Xcode插件安装相关笔记

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