Alcatraz在XCode 7.1中 [英] Alcatraz in XCode 7.1

查看:156
本文介绍了Alcatraz在XCode 7.1中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请注意,从XCode 8 Alcatraz不再有效

解决方案

@Mopr答案将可能会解决,但对我不起作用。我从Enisto Pino获得了更完整的答案恶魔岛问题352 我在这里转发



1)关闭Xcode



2)删除Xcode 7.0的先前默认值

 默认删除com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.0 

3)卸载恶魔岛

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

4)删除通过恶魔岛安装的所有软件包

  rm -rf~ / Library / Application \支持/恶魔岛/ 

5)将DVTPlugInCompatibilityUUID更新为插件列表中的7.1:

  find~ / Library / Application \ Support / Developer / Shared / Xcode / Plug-ins -name Info.plist -maxdepth 3 | xargs -I {}默认写入{} DVTPlugInCompatibilityUUIDs -array-add defaults read / Applications / Xcode\ 7.1.app/Contents/Info DVTPlugInCompatibilityUUID 

6)重置Xcode选择

  sudo xcode-select --reset 

7)打开Xcode



8)安装恶魔岛

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

9)重启Xcode



10 )在Xcode start的对话框中选择Load Bundles。


Note that from XCode 8 Alcatraz no longer works Editor Extension Tutorial


I am unable to install Alcatraz for Xcode 7.1

According to their twitter feed Alcatraz should work with XCode 7.1. I have tried uninstalling and reinstalling.

I used the recommended install of

curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

Could it be related to the fact I also have XCode 6.4 installed ?

解决方案

@Mopr answer will possibly resolve, but did not work for me. I got a more complete answer from Enisto Pino Alcatraz issue 352 Which I am reposting here

1) Close Xcode

2) Remove previous defaults for Xcode 7.0

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

3) Uninstall Alcatraz

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

4) Remove all packages installed via Alcatraz

rm -rf ~/Library/Application\ Support/Alcatraz/

5) Update the DVTPlugInCompatibilityUUID to the 7.1 in the plists of plugins:

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\ 7.1.app/Contents/Info DVTPlugInCompatibilityUUID

6) Reset Xcode select

sudo xcode-select --reset

7) Open Xcode

8) Install Alcatraz

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

9) Restart Xcode

10) Select "Load Bundles" in dialog box at Xcode start.

这篇关于Alcatraz在XCode 7.1中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆