openframeworks / OFXcodeMenu

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

Xcode 8 #48

Closed andyinabox closed 7 years ago

andyinabox commented 7 years ago

Any plans to update for Xcode 8? I'm on v8.2.1 and building the project doesn't seem to install the menu option.

arturoc commented 7 years ago

xcode 8 has removed support for this kind of plugins so unless they bring it back or some other form of addon this won't work anymore.

andyinabox commented 7 years ago

:( any recommendations for a different workflow adding addons to existing projects?

On Fri, Apr 14, 2017 at 12:38 PM, arturo notifications@github.com wrote:

xcode 8 has removed support for this kind of plugins so unless they bring it back or some other form of addon this won't work anymore.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/openframeworks/OFXcodeMenu/issues/48#issuecomment-294187385, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJOLBt4RsQlTFTRkC1hiWBW57wefJ-3ks5rv6EfgaJpZM4M943g .

--

Andy Dayton @andyinabox

Affiliations: @notion_nyc

arturoc commented 7 years ago

the easiest is to use the project generator

andyinabox commented 7 years ago

Ah yes. For anyone viewing this issue, here's the process I used (didn't know how to do this before):

  1. Duplicated my proj as backup (optional)
  2. Open up project generator
  3. Use "import" button to import existing project
  4. Add whatever plugins you need
  5. Hit "Update" and should be good to go 👍