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

Xcode7.1 failure #362

Closed
biggercoffee opened this issue Oct 23, 2015 · 52 comments
Closed

Xcode7.1 failure #362

biggercoffee opened this issue Oct 23, 2015 · 52 comments

Comments

@biggercoffee
Copy link

Xcode7.1 failure! thanks

@uptownboy
Copy link

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

@arctouch-pedrocosta
Copy link

same here :/ even after updating the plist file

@uptownboy
Copy link

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

Thanks! @uptownboy

@linjiansheng
Copy link

Thanks!

@josellausas
Copy link

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

@biggercoffee
Copy link
Author

ok , thanks

@biggercoffee
Copy link
Author

@uptownboy thanks

@johnwatsondev
Copy link

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

@slarkcoder
Copy link

thanks! It's work!

1 similar comment
@maltsugar
Copy link

thanks! It's work!

@s1lence2012
Copy link

Thanks! I am doing this.

@dokun1
Copy link

dokun1 commented Oct 26, 2015

all good now! I am still having a problem with KSImageNamed but everything else seems to be in working order.

@tudorturcanu
Copy link

Great, thanks! @uptownboy

@zvjerka24
Copy link

Great! It's working now (party)
Thanks! 👍

@zhixing
Copy link

zhixing commented Oct 26, 2015

This works. Thanks for the advice!

@githotto
Copy link

Good work @uptownboy, you saved my day/night !!
I finally got it working after upgrading to Xcode7.1 and removing the Xcode7.0.

@tianxiewuhua
Copy link

thanks @uptownboy ! it works now!

@xlsmearlx
Copy link

it worked! thx

@macecchi
Copy link

Thanks @uptownboy 👍

@tangbl93
Copy link

楼上+1,非常感谢🙏

@VectXi
Copy link

VectXi commented Oct 31, 2015

Thanks @uptownboy

@Ricardo1980
Copy link

Thanks!

@Oceanz
Copy link

Oceanz commented Nov 3, 2015

Thanks!

@puvanarajan
Copy link

Thanks...

@VasantHugar
Copy link

Thanks @uptownboy

1 similar comment
@xiaoMingChina
Copy link

Thanks @uptownboy

@Bionik6
Copy link

Bionik6 commented Nov 5, 2015

Thanks @uptownboy, it did work 👍

@AndreasMaerki
Copy link

thanks!

@ghost
Copy link

ghost commented Nov 10, 2015

doesn't work with Xcode 7.1.1

@slohr
Copy link

slohr commented Nov 10, 2015

Doesn't appear to work with this: Version 7.1 (7B91b)

@smellflower
Copy link

doesn't work with Xcode 7.1, i am not upgrade to Xcode 7.1, just install a new one completely.

@ouqiang
Copy link

ouqiang commented Nov 11, 2015

Doesn't appear to work with this: Version 7.1 (7B91b)

@ben181231
Copy link

Xcode 7.1.1 Not Work

@smellflower
Copy link

the answers of this issue is worked for me. especially thks @diogoguimaraes and @ernestopino #352

@Jiafan
Copy link

Jiafan commented Nov 12, 2015

I'd executed commands below

  1. clear something
rm -rf ~/Library/Application\ Support/Alcatraz/
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-7.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\ 7.1.app/Contents/Info DVTPlugInCompatibilityUUID
sudo xcode-select --reset
  1. open Xcode
  2. install Alcatraz
  3. restart Xcode and I got the alert
    screen shot 2015-11-12 at 10 47 55 am
  4. I selected load option but there is no manager under window option.
  5. My operation system version is 10.11.1 and Xcode version is 7.1.1

Thank you first.

@chinazyq
Copy link

Xcode 7.1.1, does not work.

@Antony138
Copy link

@Jiafan It work for me. Xcoe7.1.1

@Jiafan
Copy link

Jiafan commented Nov 12, 2015

@Antony138 Is there anything wrong with my steps ?

@Bardhued
Copy link

@Jiafan Xcode 7.1.1, does not work.

@superwave
Copy link

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

@fcy
Copy link

fcy commented Nov 13, 2015

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

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

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

@leo150
Copy link

leo150 commented Nov 15, 2015

UUID trick doesn't work. Xcode 7.1.1

@doubleday
Copy link

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

@chenqingxiao007
Copy link

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

@jurre
Copy link
Collaborator

jurre commented Nov 17, 2015

Have you tried reinstalling alcatraz?

@Jiafan
Copy link

Jiafan commented Nov 18, 2015

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

@chenqingxiao007
Copy link

ok,Let me try

@VictDog
Copy link

VictDog commented Dec 2, 2015

Its OK, problems has resolved

@chenqingxiao007
Copy link

ok.it can work.thanks

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