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

Could not install Alcatraz on Xcode Version 6.4 (6E31c) #294

Closed
steffimueller opened this issue Jun 10, 2015 · 29 comments
Closed

Could not install Alcatraz on Xcode Version 6.4 (6E31c) #294

steffimueller opened this issue Jun 10, 2015 · 29 comments

Comments

@steffimueller
Copy link

I tried:

curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

but there is no package manager menu after restart available.

@sainttail
Copy link

Same problem here

@confile
Copy link

confile commented Jun 11, 2015

I have the same porblem

@intonarumori
Copy link

+1

@gillesguilleminpiksel
Copy link

This is also true (unsurprisingly) for Xcode 7 Beta 1.

@seedotlee
Copy link

XCode 6.3.2(6D2105) +1

I tried running script 3 times and problem still exist

I'm run this script before reinstall Alcatraz

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add $UUID

@priore
Copy link

priore commented Jun 18, 2015

+1 for Xcode 6.3.2 i have fixed with this article Alcatraz-Xcode6.3.2

@steffimueller
Copy link
Author

+1

@alkozin
Copy link

alkozin commented Jun 20, 2015

Maybe my app helps you? #276 (comment)

@confile
Copy link

confile commented Jun 20, 2015

@alkozin Great but I still have this issue: #299

@imaks
Copy link

imaks commented Jun 26, 2015

Same issue here, Alcatraz package manager menu not showing, however, I installed other plugins(FuzzyAutocomplete) manually and they work in Xcode 6.4 (6E31c)

@Jaym3s
Copy link

Jaym3s commented Jun 30, 2015

+1 Xcode 6.4 (6E35b)

1 similar comment
@derekjcarter
Copy link

+1 Xcode 6.4 (6E35b)

@julianvogels
Copy link

+1 Xcode 6.4 (6E35b)

@confile
Copy link

confile commented Jul 1, 2015

@supermarin Could you please comment on this issue. A lot of people seem to have problems here. Thanks.

@derekjcarter
Copy link

I could not get the shell script to work for me, but I did find a workaround.

1. open terminal
2. git clone the Alcatraz project
3. type:  defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID'
4. this will give you a UUID, so copy that
5. open the Alcatraz project
6. in the project settings (info tab), add another line to DVTPlugInCompatibilityUUIDs
7. paste in your uuid
8. build then close the project
9. restart xcode
10. you should be prompted with a load bundle or skip.. choose load bundle.
11. the plugin should work now

@arctouch-pedrocosta
Copy link

I can't install it on 6.4 6E35b anyone facing the same issue?

@stefangeir
Copy link

+1 Xcode 6.4 (6E35b) but @derekjcarter 's workaround worked for me.

@nlutsenko
Copy link

It's actually slightly easier than that.
No need even to download and build from source.
Simply, add the new uuid (7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90 for Xcode 6.4) to
~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin/Contents/Info.plist under DVTPlugInCompatibilityUUID key.

@confile
Copy link

confile commented Jul 1, 2015

Still having this error: #310

@app-god
Copy link

app-god commented Jul 1, 2015

@nlutsenko YAY!!!

for noobies:

open ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin/Contents/Info.plist

(type that in your shell)

add "7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90" to the DVTPlugInCompatibilityUUIDs array

restart xcode

you should see a box pop up that says something like "unexpected plugin: alcatraz"

@gwilliamspdx
Copy link

@supermarin There's no tagged release with these updates, so the install script detailed in the README doesn't install the version of the plugin with the necessary changes.

@kouky
Copy link

kouky commented Jul 2, 2015

@80m thanks, that worked for me.

@difujia
Copy link

difujia commented Jul 2, 2015

@80m 's approach works, thank you.
To do it even simpler and lazier, try this command after closing XCode:

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` 

And restart XCode again, choose Load Bundles

@supermarin
Copy link
Collaborator

Alcatraz 1.1.6 is released with support for Xcode 6.4 and 7.0 beta.
Haven't confirmed 7.1.

@nlutsenko
Copy link

@supermarin Wait, there will be 7.1?
Did I miss something or you know something we dont? 😃

@supermarin
Copy link
Collaborator

@nlutsenko sorry, seems like I've misread the Xcode 7 Beta 1 comment from above.

@jacobvanorder
Copy link
Contributor

If you are still running into issues, try resetting the plugin permissions as outlined here.

@Blackjacx
Copy link

Thanks @80m this helped me to bring back the "Package Manager" menu in Xcode 7 (7A220)

@yangtaoNewGame
Copy link

xcode 7.1.1 can not install any plugin. is anyone have it ?

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