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.

Xcode7.1 failure #362

@biggercoffee

Description

@biggercoffee

Xcode7.1 failure! thanks

Activity

uptownboy

uptownboy commented on Oct 23, 2015

@uptownboy

Same here,deleted everyting and reinstalled, just can't find the manager under window menu.

arctouch-pedrocosta

arctouch-pedrocosta commented on Oct 23, 2015

@arctouch-pedrocosta

same here :/ even after updating the plist file

uptownboy

uptownboy commented on Oct 23, 2015

@uptownboy

problem fixed!!!!

run these 2 lines in terminal:
1:
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.plist DVTPlugInCompatibilityUUID

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

3:
restart xcode!

wzqcongcong

wzqcongcong commented on Oct 23, 2015

@wzqcongcong

Thanks! @uptownboy

linjiansheng

linjiansheng commented on Oct 23, 2015

@linjiansheng

Thanks!

josellausas

josellausas commented on Oct 23, 2015

@josellausas

Oh, thanks. I was starting to freak out. 👍

biggercoffee

biggercoffee commented on Oct 23, 2015

@biggercoffee
Author

ok , thanks

biggercoffee

biggercoffee commented on Oct 23, 2015

@biggercoffee
Author

@uptownboy thanks

johnwatsondev

johnwatsondev commented on Oct 23, 2015

@johnwatsondev

@uptownboy Thanks.
But it doesn't need the step 1 in your approach. Just see #358

slarkcoder

slarkcoder commented on Oct 26, 2015

@slarkcoder

thanks! It's work!

maltsugar

maltsugar commented on Oct 26, 2015

@maltsugar

thanks! It's work!

30 remaining items

Jiafan

Jiafan commented on Nov 12, 2015

@Jiafan

@Antony138 Is there anything wrong with my steps ?

Bardhued

Bardhued commented on Nov 12, 2015

@Bardhued

@Jiafan Xcode 7.1.1, does not work.

superwave

superwave commented on Nov 13, 2015

@superwave

Xcode 7.1.1 doesn't work.
no package manager under the window tab, but plugins installed before works fine.

fcy

fcy commented on Nov 13, 2015

@fcy

I've tried all the commands lines in all issues related to this and I can't make it work. The first run after clicking Load Bundles is weird, Xcode doesn't show my recent projects I have to restart it, then it comes back to normal. Neither time I have Package Manager under Window. Previous installed plugins still work.

doubleday

doubleday commented on Nov 14, 2015

@doubleday

Same here. Tried everything.

Deleted the 7.1.1 defaults and restarted. Actatraz should be there:

defaults read com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.1.1
{
    allowed =     {
        "com.ihunter.Xcode-beginning-of-line" =         {
            version = 1;
        };
        "com.lixy.HighlightSelectedString" =         {
            version = 1;
        };
        "com.mneorr.Alcatraz" =         {
            version = 1;
        };
        "com.zenangst.MarvinPlugin" =         {
            version = "1.4.5";
        };
        "net.qfish.XAlign" =         {
            version = 1;
        };
    };
    skipped =     {
    };
}

But there's no Package Manager under Window

And I also double-checked the compatibility uuid list and it looks fine.

sabiland

sabiland commented on Nov 15, 2015

@sabiland

Thx uptownboy! The same solution works also with Xcode 7.1.1.

leo150

leo150 commented on Nov 15, 2015

@leo150

UUID trick doesn't work. Xcode 7.1.1

doubleday

doubleday commented on Nov 15, 2015

@doubleday

Ok seems to be this: #382. Just built latest from git and it works

chenqingxiao007

chenqingxiao007 commented on Nov 17, 2015

@chenqingxiao007

My Xcode version is 7.1.1,but it doesn"t work

jurre

jurre commented on Nov 17, 2015

@jurre
Collaborator

Have you tried reinstalling alcatraz?

Jiafan

Jiafan commented on Nov 18, 2015

@Jiafan

@Bardhued @leo150 @chenqingxiao007 I'd made it. Thx @doubleday .Just clone branch master and built,then restart Xcode.

chenqingxiao007

chenqingxiao007 commented on Nov 18, 2015

@chenqingxiao007

ok,Let me try

VictDog

VictDog commented on Dec 2, 2015

@VictDog

Its OK, problems has resolved

chenqingxiao007

chenqingxiao007 commented on Dec 2, 2015

@chenqingxiao007

ok.it can work.thanks

locked and limited conversation to collaborators on Dec 2, 2015
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

        @fcy@doubleday@Ricardo1980@jurre@xlsmearlx

        Issue actions

          Xcode7.1 failure · Issue #362 · alcatraz/Alcatraz