清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
终端安装Alcatraz 第一步:关闭 Xcode。 第二步:如果你之前安装过Alcatraz,卸载它。运行命令: rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin 第三步:运行命令: find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID sudo xcode-select --reset 第四步:打开Xcode。 第五步:安装 Alcatraz。 运行 curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh 之后点击xcode上方的选项window-->package Manager 变打开Alcatraz(附上图片) 如果在window选项中没有找到package Manager请重启电脑 重启之后会提示你是否加载Alcatraz 点击加载就行了(我就点背碰到这种情况了)