I’ve gone over this numerous times and I just can’t get it to work. I’m following the tutorial provided by Apple on developing an Xcode editor extension.
- I created a brand new MacOS app project,
- I added an Xcode source editor extension target.
- I checked all the signing was using my developer signing.
- I ran the extension target.
- Selected Xcode as the app to run.
- In the ‘Inferior’ Xcode, I opened another project and selected a source file.
- I checked the Editor menu for my extension.
Note that at this stage I have not customised anything or modified the template code supplied by Apple.
But the extension does not appear in the menu as Apple says it should.
I went back and redid everything, checking everything, but nothing in the menu. I checked the Mac’s settings and Extensions and my new extension was listed and ticked as being active.
Still nothing in Xcode Editor menu.
I deleted and rebuild the project. I’ve tried opening up different targets in the ‘Inferior’ Xcode started by the extension scheme. I’ve wiped and rebuilt my signing certs and profiles, I’ve wide derived data and restarted Xcode.
Nothing works, yet I must have missed something.
Anyway got any ideas what I’ve messed up or miss-understood?