Alcatraz 主要是可以管理xcode 插件
随着 Xcode 的更新 Alcatraz 有可能无法使用
以下是解决办法:
1,关闭Xcode
2,如果已经安装过 Alcatraz,先卸载掉,然后在安装
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
3,寻找 Alcatraz 资源
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID sudo xcode-select --reset
4,重新打开 Xcode
5,安装 Alcatraz
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
6,重启 Xcode
用 Xcode 安装了插件成功 结果 Alcatraz 不见了,下面是解决办法:
直接用 curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh 不行,直接用代理
curl --socks5 127.0.0.1: -fsSL https://raw.github.com/alcatraz/Alcatraz/master/Scripts/install.sh | sh