FYI I'm totally new to XCode development. I have a Safari App Extension project.
If I run it from within XCode, it adds my extension to Safari just fine. If I create an Archive, Export, and choose "Export a Development Signed Application" I can take the generated file, install it on another computer, run Safari, and see the extension. If I create an Archive, Xport, and choose "Save for Mac App Store Deployment" and then install the generated file, I see my App Extension in my Applications, but nothing shows up in Safari.
Our submission to the App Store also got denied because the extension was missing. How do I make the App Store installer install the extension so that Safari can see it?
Thanks in advance...