You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
Did all of the suggestions, and won't work as well. 😢
Update:
The issue is some certificates won't pass the checks by curl, so doing this will work:
cd ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
wget https://github.com/supermarin/Alcatraz/releases/download/1.1.10/Alcatraz.tar.gz --no-check-certificate
tar xzvf Alcatraz.tar.gz
@KetilDeng Yes, I have the same issue.
I tried defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1.1
And terminal response:
Domain (com.apple.dt.Xcode) not found.
Defaults have not been changed.
Activity
Gladkov-Art commentedon Oct 24, 2015
I've got the same problem. Tried to reinstall Alcatraz as often do after updating Xcode.
alexmorral commentedon Oct 24, 2015
Take a look at #362 (comment)
Gladkov-Art commentedon Oct 25, 2015
thanks!
alonecuzzo commentedon Oct 25, 2015
Doesn't work.
pincheira commentedon Oct 26, 2015
Did all of the suggestions, and won't work as well. 😢
Update:
The issue is some certificates won't pass the checks by curl, so doing this will work:
StuartWebster commentedon Oct 26, 2015
@jpincheira's method got Alcatraz working for me again. Thanks!
rakaramos commentedon Oct 26, 2015
@jpincheira you saved my day! thanks!
EvanLu commentedon Oct 27, 2015
I tried @jpincheira method and then deleted previous defaults, it works.
Thanks!
jaderYang commentedon Oct 27, 2015
@jpincheira U saved my night! thanks!
DanielAsher commentedon Oct 27, 2015
@EvanLu
I found the deleting of previous defaults step is required.
thanks!
aotian16 commentedon Oct 28, 2015
Thanks to all!
m1namuci commentedon Oct 28, 2015
@EvanLu tks a lot!
KetilDeng commentedon Oct 30, 2015
I try @jpincheira method and then try @EvanLu method,but terminal give me message:
Domain (com.apple.dt.Xcode) not found.
Defaults have not been changed.
jsuo commentedon Oct 31, 2015
@jpincheira Thanks. It's work!
lawkaii commentedon Nov 2, 2015
type "defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1" in terminal will fix this issue, restart Xcode and load bundles
pincheira commentedon Nov 2, 2015
@ALL no problem guys, glad it helped! 👍
onmyway133 commentedon Nov 3, 2015
@jpincheira thanks, it works
santiacho commentedon Nov 5, 2015
Thanks! @jpincheira and @EvanLu.
cd ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins wget https://github.com/supermarin/Alcatraz/releases/download/1.1.10/Alcatraz.tar.gz --no-check-certificate tar xzvf Alcatraz.tar.gz rm Alcatraz.tar.gz defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
Restart Xcode and Loada Bundles again.
cuiwang commentedon Nov 5, 2015
@jpincheira you saved my day!
xcuYao commentedon Nov 9, 2015
thanks everybody
kevinlee85 commentedon Nov 19, 2015
@KetilDeng Yes, I have the same issue.
I tried defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1.1
And terminal response:
Domain (com.apple.dt.Xcode) not found.
Defaults have not been changed.
rafalwojcik commentedon Nov 25, 2015
@kevinlee85 Work for me, make sure that 7.1.1 version from command line equal to your Xcode version.
addlistener commentedon Oct 23, 2016
If you couldn't find DVTPlugInManagerNonApplePlugIns, try look at this http://stackoverflow.com/questions/30361228/why-are-my-xcode-plugins-such-as-clang-format-installed-with-alcatraz-no-longe