You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2018. It is now read-only.
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.
Activity
uptownboy commentedon Oct 23, 2015
Same here,deleted everyting and reinstalled, just can't find the manager under window menu.
arctouch-pedrocosta commentedon Oct 23, 2015
same here :/ even after updating the plist file
uptownboy commentedon Oct 23, 2015
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 commentedon Oct 23, 2015
Thanks! @uptownboy
linjiansheng commentedon Oct 23, 2015
Thanks!
josellausas commentedon Oct 23, 2015
Oh, thanks. I was starting to freak out. 👍
biggercoffee commentedon Oct 23, 2015
ok , thanks
biggercoffee commentedon Oct 23, 2015
@uptownboy thanks
johnwatsondev commentedon Oct 23, 2015
@uptownboy Thanks.
But it doesn't need the step 1 in your approach. Just see #358
slarkcoder commentedon Oct 26, 2015
thanks! It's work!
maltsugar commentedon Oct 26, 2015
thanks! It's work!
30 remaining items
Jiafan commentedon Nov 12, 2015
@Antony138 Is there anything wrong with my steps ?
Bardhued commentedon Nov 12, 2015
@Jiafan Xcode 7.1.1, does not work.
superwave commentedon Nov 13, 2015
Xcode 7.1.1 doesn't work.
no package manager under the window tab, but plugins installed before works fine.
fcy commentedon 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 commentedon Nov 14, 2015
Same here. Tried everything.
Deleted the 7.1.1 defaults and restarted. Actatraz should be there:
But there's no Package Manager under Window
And I also double-checked the compatibility uuid list and it looks fine.
sabiland commentedon Nov 15, 2015
Thx uptownboy! The same solution works also with Xcode 7.1.1.
leo150 commentedon Nov 15, 2015
UUID trick doesn't work. Xcode 7.1.1
doubleday commentedon Nov 15, 2015
Ok seems to be this: #382. Just built latest from git and it works
chenqingxiao007 commentedon Nov 17, 2015
My Xcode version is 7.1.1,but it doesn"t work
jurre commentedon Nov 17, 2015
Have you tried reinstalling alcatraz?
Jiafan commentedon Nov 18, 2015
@Bardhued @leo150 @chenqingxiao007 I'd made it. Thx @doubleday .Just clone branch master and built,then restart Xcode.
chenqingxiao007 commentedon Nov 18, 2015
ok,Let me try
VictDog commentedon Dec 2, 2015
Its OK, problems has resolved
chenqingxiao007 commentedon Dec 2, 2015
ok.it can work.thanks