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

Packages not loading in XCode 7.3 #441

Closed
mattnedrich opened this issue Mar 22, 2016 · 6 comments
Closed

Packages not loading in XCode 7.3 #441

mattnedrich opened this issue Mar 22, 2016 · 6 comments

Comments

@mattnedrich
Copy link

None of my packages seem to be loading in XCode 7.3. I've tried uninstalling/installing each package and restarting XCode, but haven't had any luck.

@alanhamlett
Copy link
Contributor

Those packages must not have added support for Xcode 7.3 yet. Try WakaTime, because I know that one has added support for 7.3 already.

@mattnedrich
Copy link
Author

Interesting. I was unable to install XVim through Alcatraz, but was able to manually install it via the instructions provided here: https://github.com/XVimProject/XVim.

@guillaumealgis
Copy link
Member

@mattnedrich this is because this plugin in particular uses a custom Makefile to read Xcode's UDID and add it to its Info.plist file before installing.

Alcatraz doesn't use make to build the plugin, which is why until the author adds the UDID to the git repo the plugin won't work when installed with Alcatraz.

@mattnedrich
Copy link
Author

@guillaume-algis So some packages need to add Alcatraz specific installation support (outside of their package specific support for XCode 7.3)?

@guillaumealgis
Copy link
Member

@mattnedrich Nope, not at all. Alcatraz installs the plugins just fine, but Xcode won't load them if they don't include its UDID in their plist.

Manual install worked for XVim because running make adds the UDID of the currently installed Xcode on your machine to the plugin's plist.

Hope I'm more clear :)

@mattnedrich
Copy link
Author

Makes perfect sense. Looks like a PR is already open for that plugin (XVimProject/XVim#935). I'll close this issue then. Thanks for the help.

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

3 participants