Hi All:
I've created a new source editor extension and did the sudo /usr/libexec/xpc... as described in the Xcode beta release notes.
I have 5 commands in the editor.
When I run my extension the new copy of Xcode starts, it presents the open project dialog, I pick a scratch project and when I go to the Editor menu, my extension is greyed out.
I've see the extension show the commands before, it just seems to be grey since I added some code to the extension. It's some old c++ code, so I changed the sourceEditorCommand extension from .m to .mm (had to start somewhere...). I'm wondering about any entitlements that I might not have set. Is there some documentation on what entitlements have to be set when using a source code extension?
Deployment target is 10.11, base SDK 10.12.
My computer is a Mac Pro 2013, Mac OS 10.11.5, Xcode 8 beta.
Any hints as to why the extension is greyed out? Do I have to do the development in 10.12 beta?
Thanks
John