I have an app, currently on the store as a _normal_ AppKit Macintosh build. I made a Catalyst port of the iOS app after a significant rewrite (it was easier, and it's an audio player app so not critical on UI). The app already required manual signing in the iOS part because CarPlay, so I just followed the help instructions in xcode to change the Catalyst app application id so to have the same ID as the existing app store app.
All worked, certificates has been created, a notarized version works correcty.
I'm not able to sign the application for Mac App Store Distribution.
I made an archive for macOS app, select distribute, but the profiles for the Catalyst app are not available. I just see the distribution profiles for the "old" AppKit application, marked as "not eligible" (selecting them in Xcode signing section I see errors on the lines of "Provisioning profile "XXXXX" doesn't support the App Groups and Siri capability.", and there is no Siri capability for "normal" mac apps.
I'm stuck. The Distribution section of Xcode Organizer do not recognize profiles made for the Catalyst app (probably because the "original" bundle identifier for the iOS app is different) and the profiles made for the AppKit bundle ID don't support capabilities that the iOS app has.
I think this is an Xcode bug, but I'm unsure of everything and I could be failing on something basic. I could just distribute the app myself (notarization works) but I'd like to substitute the current app in the store (and would like to not add updating tools to the app).
Any help/hint would be appreciated, thank you!