Alcatraz Xcode-6.4

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

發佈了17 篇原創文章 · 獲贊 5 · 訪問量 12萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章