openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

Xcode 6.3.2 update ~ doesn't open #33

Closed dimitre closed 9 years ago

dimitre commented 9 years ago

I've just updated Xcode and it seems to have stopped working. Thanks for the great and useful plugin.

a2hill commented 9 years ago

I'm having the same issue. Is there a certain place in the DVTPlugInCompatibilityUUIDs section of the plist that we're supposed to put the new UUID? I've tried putting it first and last to no avail.

admsyn commented 9 years ago

It looks like there's some changes being introduced in 6.3.2 related to plugin loading. I did the usual UUID update, and got a "do you want to load this bundle" warning on the next Xcode load. Even after accepting it acts like the plugin didn't load (OFPlugin would generally log errors to the console if there were any).

http://stackoverflow.com/questions/30361228/why-are-my-xcode-plugins-such-as-clang-format-installed-with-alcatraz-no-longe

EDIT: looks like it's a an issue caused by Xcode changing the loading order of plugins https://github.com/omz/Dash-Plugin-for-Xcode/issues/37

deksden commented 9 years ago

Here is same issue for CocoaPods plugin (solved): https://github.com/kattrali/cocoapods-xcode-plugin/issues/62

admsyn commented 9 years ago

Ah, simple fix then. Thanks @deksden :)