I tried to create a new Xcode 8 Source Editor Extension , but for some reason the basic examples are always disabled (screenshot) for me, and I'm not sure if this is some kind of bug with the beta version, or something is missing.
So, I created an almost basic extension, for example, from WWDC videos and samples, and for some reason this menu item is always disabled.
I ran sudo / usr / libexec / xpccachectl in the terminal and rebooted Mac. I am using 10.11.5 Mac OS.
I also tested working examples from github, for example this (Screenshot 2) or this , but they are also disabled.
**
So, my questions are: is this some kind of bug, since Xcode 8 is still in beta testing or is there some kind of configuration missing on my side to make the extension work?


source share