Bouke / SwiftInitializerGenerator

Xcode Source Code Extension to Generate Swift Initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not show option in the Editor menu

ed-mejia opened this issue · comments

As mentioned in #6

Following README instructions it's still not showing up on the Editor menu in Xcode, despite multiple attempts, restarting Xcode, etc.

@ed-mejia I had to go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension before it showed up

Perhaps this should be added to the readme

Thanks, I've mentioned this in the README, see 34bd934. @ed-mejia can you confirm that this solves your issue?

Does this require Mac OS Sierra? I'm on El Capital and I'm unable to see any option for Xcode in the system preferences, extensions, etc 😩

It should work on El Capitan, but might require additional steps:

  • sudo /usr/libexec/xpccachectl
  • reboot your mac
  • sign the host application (per README)
  • run the app (per README)
  • wait a little while before launching Xcode

Can you confirm that the above works for you?

I tried at the office and didn't work, I will try later at home and check it again.