Alcatraz Xcode-6.4

来源:互联网 发布:网络程控电话交换机 编辑:程序博客网 时间:2024/09/21 08:58

1、

open terminal
git clone the Alcatraz project
type: defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID’
this will give you a UUID, so copy that
open the Alcatraz project
in the project settings (info tab), add another line to DVTPlugInCompatibilityUUIDs
paste in your uuid
build then close the project
restart xcode
you should be prompted with a load bundle or skip.. choose load bundle.
the plugin should work now

2、

Yuppy, I have fixed the issue,
This is what I have done.
In terminal type:
defaults read com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4
(check, alcatraz would be in blocklist (skipped))
Now, delete using following command
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4
Restart your xcode…

https://github.com/supermarin/Alcatraz/issues/336

0 0
原创粉丝点击