-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Packages not loading in XCode 7.3 #441
Comments
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. |
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. |
@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 |
@guillaume-algis So some packages need to add Alcatraz specific installation support (outside of their package specific support for XCode 7.3)? |
@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 Hope I'm more clear :) |
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. |
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.
The text was updated successfully, but these errors were encountered: