We are prepping to move from Developer Distribution with notarization to App Store distribution.
Our product uses multiple components and is based on Qt with some hybrid Obj-C extensions. We run the app from Xcode for debugging and do not use Qt Creator at all.
Up to now, I had set up build scripts that “package” the app including bundled Frameworks (MACH-O link names need adjustment, etc.), signing with entitlements (Developer ID: Application,) and notarization. That all worked fine for several years. The app has a 14-year history on macOS.
I revised our project to be run and packaged completely from within Xcode. Signing is Automatic using "Developer." That worked great on the first try a couple of weeks ago.
I could archive, pull up the organizer, and get the full dialog. Developer ID Distribution/Export worked great.
Last week I was polishing a few items. Without any project changes, I get a crippled dialog.
I used a checkout on another system with same result. I switched to a different developer account. I cleared out Xcode DT settings (' defaults delete com.apple.dt.Xcode’) and set up fresh identities for the team. I have spent hours trying variations of signing etc.
BTW, another pure Obj-C iOS project has no issues.
Any other ideas to track this down? I found nothing on Internet searches? What controls the configuration of the Distribution window?
I am now using Monterey 12.2 and Xcode 13.2. I have tried older versions with the same problem. It must be related to the project or signing.
Thanks and Happy Holidays.
-- Harald