Another provisioning issue, with Xcode 15

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...

For anyone else randomly getting hit by this, I assume it's related to this other issue , and changes to how "App Groups" work in newer Xcode releases.

In my case, rebuilding provisioning profiles in the Developer portal, downloading them, and turning off "Automatically manage signing" in Xcode seems to have resolved my build issue. Now I'll have to actually test it, and see if App Groups actually work as expected for my XPC client...

Another provisioning issue, with Xcode 15
 
 
Q