As of this morning, I get the following error message when trying to build on any of my Macs (including my desktop, as well as my CI/CD systems):
Provisioning profile "Mac Team Provisioning Profile: com.stairwell.Inception.Forwarder" doesn't support the App Groups capability.
When I check the identifier in the developer portal, it does show the "App Groups" capability, and the same group is selected as has been there before.
We have to build this project with Xcode 15, because we have another issue with provisioning profiles on Xcode 16, that I haven't gotten resolved yet.
To be clear - I built, notarized, and released a Developer ID build of this same project last night, and today it just fails to build.
I should have never switched to "Xcode managed Profile", I guess. Manually configuring all of this was annoying, but at least it worked.
I assume at this point, I'm just going to be regenerating provisioning profiles until the issue randomly goes away...