Hi,
I'm working on an Xcode Source Editor Extension. Currently, I have App Sandbox enabled and everything works as expected.
I have some features I'd like to add that would require me to disable the App Sandbox and release the extension and containing app outside of the App Store.
However, whenever I remove the App Sandbox capability from my project and re-run the extension, I can no longer see my extension appear in the Editor menu - it's just gone.
My question is - are Xcode Source Editor Extensions only limited to sandboxed environments or can they operate out of the sandbox? If so, how come I don't see it in Xcode 15?