Alcatraz XCode升级的问题

首先是Alcatraz的资源地址

https://github.com/supermarin/Alcatraz


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

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

  defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
4. 得到当前的UUID
5. 打开Finder ->前往文件夹

~/Library/Application Support/Developer/Shared/Xcode

6. 找到 Alcatraz.xcplugin,显示包内容

7. Info.plist 文件中 DVTPlugInCompatibilityUUID 添加一项前面得到的UUID

8. 重启XCode 

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

10.如果不小心选择了skip,没关系在终端输入下面的命令重启XCode就会发现又出现了提示框

 defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4  



你可能感兴趣的:(Alcatraz XCode升级的问题)