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

Alcatraz doesn't work with Xcode 6.3.2 #273

Closed
Prince2k3 opened this issue May 14, 2015 · 7 comments · Fixed by #274
Closed

Alcatraz doesn't work with Xcode 6.3.2 #273

Prince2k3 opened this issue May 14, 2015 · 7 comments · Fixed by #274

Comments

@Prince2k3
Copy link

Have you guys looked into getting Alcatraz to work the GM Build of Xcode 6.3.2 or update the install script to work with the version. I ran it many times and nothing seems to be working.

@ova-adam
Copy link

Waiting for this to work as well.

@Lao-Ben
Copy link

Lao-Ben commented May 19, 2015

+1 Could you release the version including 6.3.2 fix?
Great project by the way ;)

@saiday
Copy link

saiday commented May 19, 2015

For whom upgrades Xcode use this snippet to add DVTPlugInCompatibilityUUID to your Xcode plugins info plist

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`

@eagle-dan1349
Copy link

For some reasons, it does not work for me.
xcode notifies of unexpected bundles, but loading them gives no result.
Anything helpful?

@staticdreams
Copy link

I'm also experiencing issues. Automatic installation script doesn't seem to work with latest changes, so I compiled from .xcproject. Package Manager won't show up in the menu. After @saiday command line Package Manager showed up, but clicking on it crashes Xcode..

UPDATE:
Some debug info from crash:

UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[NSNib initWithNibNamed:bundle:] could not load the nibName: ATZPackageListTableCellView in bundle NSBundle </Users/Peter/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin> (loaded).

@staticdreams
Copy link

Never mind. I see updated the installer package. It works fine now.

@priore
Copy link

priore commented Jun 18, 2015

i have fixed with this article Alcatraz-Xcode6.3.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants