Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

alcatraz does not show in the menu at xcode 7.1 #365

Closed
yishuiliunian opened this issue Oct 24, 2015 · 23 comments
Closed

alcatraz does not show in the menu at xcode 7.1 #365

yishuiliunian opened this issue Oct 24, 2015 · 23 comments

Comments

@yishuiliunian
Copy link

alcatraz does not show in the menu at xcode 7.1

@Gladkov-Art
Copy link

I've got the same problem. Tried to reinstall Alcatraz as often do after updating Xcode.

@alexmorral
Copy link

Take a look at #362 (comment)

@Gladkov-Art
Copy link

thanks!

@alonecuzzo
Copy link

Doesn't work.

@pincheira
Copy link

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

@StuartWebster
Copy link

@jpincheira's method got Alcatraz working for me again. Thanks!

@rakaramos
Copy link

@jpincheira you saved my day! thanks!

@EvanLu
Copy link

EvanLu commented Oct 27, 2015

I tried @jpincheira method and then deleted previous defaults, it works.
Thanks!

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

@jaderYang
Copy link

@jpincheira U saved my night! thanks!

@DanielAsher
Copy link

@EvanLu
I found the deleting of previous defaults step is required.

thanks!

@aotian16
Copy link

Thanks to all!

@manymingge
Copy link

@EvanLu tks a lot!

@KetilDeng
Copy link

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
Copy link

jsuo commented Oct 31, 2015

@jpincheira Thanks. It's work!

@lawkaii
Copy link

lawkaii commented 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
Copy link

@ALL no problem guys, glad it helped! 👍

@onmyway133
Copy link

@jpincheira thanks, it works

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

@santiacho
Copy link

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
Copy link

cuiwang commented Nov 5, 2015

@jpincheira you saved my day!

@xcuYao
Copy link

xcuYao commented Nov 9, 2015

thanks everybody

@kevinlee85
Copy link

@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
Copy link

@kevinlee85 Work for me, make sure that 7.1.1 version from command line equal to your Xcode version.

@addlistener
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests