Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
This repository was 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

@yishuiliunian

Description

@yishuiliunian

alcatraz does not show in the menu at xcode 7.1

Activity

Gladkov-Art

Gladkov-Art commented on Oct 24, 2015

@Gladkov-Art

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

alexmorral

alexmorral commented on Oct 24, 2015

@alexmorral

Take a look at #362 (comment)

Gladkov-Art

Gladkov-Art commented on Oct 25, 2015

@Gladkov-Art

thanks!

alonecuzzo

alonecuzzo commented on Oct 25, 2015

@alonecuzzo

Doesn't work.

pincheira

pincheira commented on Oct 26, 2015

@pincheira

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

StuartWebster commented on Oct 26, 2015

@StuartWebster

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

rakaramos

rakaramos commented on Oct 26, 2015

@rakaramos

@jpincheira you saved my day! thanks!

EvanLu

EvanLu commented on Oct 27, 2015

@EvanLu

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

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

jaderYang commented on Oct 27, 2015

@jaderYang

@jpincheira U saved my night! thanks!

DanielAsher

DanielAsher commented on Oct 27, 2015

@DanielAsher

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

thanks!

aotian16

aotian16 commented on Oct 28, 2015

@aotian16

Thanks to all!

m1namuci

m1namuci commented on Oct 28, 2015

@m1namuci

@EvanLu tks a lot!

KetilDeng

KetilDeng commented on Oct 30, 2015

@KetilDeng

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

jsuo commented on Oct 31, 2015

@jsuo

@jpincheira Thanks. It's work!

lawkaii

lawkaii commented on Nov 2, 2015

@lawkaii

type "defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1" in terminal will fix this issue, restart Xcode and load bundles

pincheira

pincheira commented on Nov 2, 2015

@pincheira

@ALL no problem guys, glad it helped! 👍

onmyway133

onmyway133 commented on Nov 3, 2015

@onmyway133

@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

santiacho commented on Nov 5, 2015

@santiacho

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

cuiwang commented on Nov 5, 2015

@cuiwang

@jpincheira you saved my day!

xcuYao

xcuYao commented on Nov 9, 2015

@xcuYao

thanks everybody

kevinlee85

kevinlee85 commented on Nov 19, 2015

@kevinlee85

@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

rafalwojcik commented on Nov 25, 2015

@rafalwojcik

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

addlistener

addlistener commented on Oct 23, 2016

@addlistener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jsuo@alonecuzzo@rafalwojcik@santiacho@supermarin

        Issue actions

          alcatraz does not show in the menu at xcode 7.1 · Issue #365 · alcatraz/Alcatraz