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

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

3. 输入

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

4. 得到当前的UUID

5. 打开下载的Alcatraz project

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

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

7. 把刚刚得到的UUID加入

8. run

9. 重启XCode/或者稍等

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

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

现象二、看到提示

如果你选择了skip Bundles,那么你就算重新安装也不会看到了。

这是因为 XCode里面的黑名单机制

 

打开终端

  输入:

1 defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1

 

再重启XCode,

 

这次看到上面的提示再选择Load Bundles

就可以了。

 

 

 

相关文章:

  • 2021-07-09
  • 2021-11-21
  • 2021-12-29
  • 2021-11-30
  • 2021-12-08
  • 2021-05-14
  • 2021-12-08
猜你喜欢
  • 2021-11-21
  • 2021-11-23
  • 2022-12-23
  • 2021-11-18
  • 2021-11-21
  • 2021-09-25
  • 2021-08-02
相关资源
相似解决方案