您的位置:首页 > 其它

Xcode7.1不能使用Alcatraz解决方案

2015-11-30 11:09 337 查看
首先,微博搜索还是很有用的,见此链接

重点在于这个链接里面diogoguimaraes和ernestopino的答案:Not working on Xcode7 (7A220) · Issue #352 · supermarin/Alcatraz

Close Xcode
If you have Alcatraz installed, uninstall it

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin


Perform as @ForrestAlfred posted before:

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


Open Xcode
Install Alcatraz

curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh


Restart Xcode
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: