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

Xcode 6.4 Support #307

Closed
Prince2k3 opened this issue Jun 30, 2015 · 36 comments
Closed

Xcode 6.4 Support #307

Prince2k3 opened this issue Jun 30, 2015 · 36 comments

Comments

@Prince2k3
Copy link

Xcode 6.4 is out and Alcatraz doesn't work for it. :/

@hggz
Copy link

hggz commented Jun 30, 2015

+1 this

@patricks
Copy link

+1

@Jaym3s
Copy link

Jaym3s commented Jun 30, 2015

+1 this is a potential duplicate of #294

@Jaym3s
Copy link

Jaym3s commented Jun 30, 2015

fixed for me with

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`

*after completely uninstalling Alcatraz & plugins, sudo xcode-select --reset, a restart, and finally reinstalling Alcatraz.

@cydavy
Copy link

cydavy commented Jun 30, 2015

@Jaym3s Worked for me too! Thanks!
I did not need to uninstall Alcatraz or the plugins.

@njection
Copy link

@Jaym3s Worked for me too.

On Tue, Jun 30, 2015 at 4:19 PM, Davy Li notifications@github.com wrote:

@Jaym3s https://github.com/Jaym3s Worked for me too! Thanks!
I did not need to uninstall Alcatraz or the plugins.


Reply to this email directly or view it on GitHub
#307 (comment)
.

@stevenbaker
Copy link

@Jaym3s FTW! The 'find' one-liner that you provided worked. Thanks! 🍺

@congsun
Copy link

congsun commented Jul 1, 2015

@Jaym3s You rock!

@Prince2k3
Copy link
Author

@Jaym3s This works!

@ajfigueroa
Copy link

@Jaym3s Sweet. Thanks!

Anybody having an issue with not being able to find "Package Manager" under "Window" anymore though?

image

@ghost
Copy link

ghost commented Jul 1, 2015

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 'defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID'

it works ,thx

@alkozin
Copy link

alkozin commented Jul 1, 2015

We should find smarter solution. This kind of issues is most popular for Alcatraz.

@leileigan
Copy link

@Jaym3s thx!

@sabiland
Copy link

sabiland commented Jul 1, 2015

@Jaym3s bingo! :)

@geraldeersteling
Copy link

@Jaym3s what a beast that one-liner in Terminal. Made my day!

@patricks
Copy link

patricks commented Jul 1, 2015

@Jaym3s thx!

@haitham-aboshahba-sociomantic

@Jaym3s Thanks, works!

@marioacarvalho
Copy link

@ajfigueroa Have you found "Package Manager" under "Window" already? Plugins are working but I can't find the Package Manager..

@SeanWit
Copy link

SeanWit commented Jul 1, 2015

@Jaym3s 谢谢,Thanks from China!

@wilferrel
Copy link

@Jaym3s worked for me too you are genius thanks!!

@ajfigueroa
Copy link

@marioacarvalho No dice yet. I've even re-installed and restarted after seeing #308 closed this issue. Any luck on your end?

@xilin
Copy link

xilin commented Jul 2, 2015

@Jaym3s It works again. Thanks!

@marioacarvalho
Copy link

@ajfigueroa Not yet....

@xclidongbo
Copy link

@Jaym3s It doesn`t work...

@xclidongbo
Copy link

@ajfigueroa I have the same problem with you.

@supermarin
Copy link
Collaborator

Which OSX are you guys running, Yosemite or El Capitan?

@xclidongbo
Copy link

Yosemite. @supermarin

@xclidongbo
Copy link

@supermarin @ajfigueroa @Jaym3s
Thanks.Download all the project,then run . All the problem is over. It works.

@richardshergold
Copy link

Yosemtite for me. I've tried all of the above but I still get "Xcode Command Line Tools are not currently installed, and are required to run Alcatraz" after I install and try to access Package Manager.

@ZakiHo
Copy link

ZakiHo commented Jul 3, 2015

+1

@gantrim
Copy link

gantrim commented Jul 3, 2015

Not sure if its the case for you guys, but apparently after upgrading to 6.4 it asks if you want to load bundles again. I clicked skip without looking and that was blocking alcatraz from showing up in Window -> Package Manager. Long story short run this:

defaults read com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4

to see if Alcatraz is on the skipped list:

{
    allowed =     {
        "io.realm.RealmPlugin" =         {
            version = 1;
        };
    };
    skipped =     {
        "com.mneorr.Alcatraz" =         {
            version = 1;
        };
        "io.github.FuzzyAutocomplete" =         {
            version = "2.1.0";
        };
    };
}

If it is you can run:

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

and the next time you open xcode it should prompt to load bundles again. Hopefully this helps someone. Original instructions found here

@ghost
Copy link

ghost commented Aug 7, 2015

@gantrim So it was installed all along, but just not loaded. Thanks! that worked for me.

@guillaumealgis
Copy link
Member

@supermarin PR #315 would solve this problem.

@ghost
Copy link

ghost commented Aug 18, 2015

"defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4" on terminal worked for me.

@dimacheverda
Copy link

@arctouch-diegosantiviago that worked for me too, thanks.

@gebeleysis
Copy link

@gantrim Thanks again, this helped me migrate to Xcode 7 also!

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