Create a new distribution certificate through Xcode. I have just done this and it now works.
Preferences > Accounts > Choose team > Manage certificates > + Apple distribution > Archive and upload
If you are using CI / CD - I would imagine that you will need to create a new distribution cert in the developer.apple.com portal under the certificates and identities section.
You will need to grab that newly created cert and manually change which one is being used in your CI
The issue itself seems to have come from Apples side and that some of the Capacitor / React Native / Cordova / Ionic apps are needing to be re-signed with a fresh cert.
Post
Replies
Boosts
Views
Activity
Create a new distribution certificate through Xcode. I have just done this and it now works.
Preferences > Accounts > Choose team > Manage certificates > + Apple distribution > Archive and upload
Create a new distribution certificate through Xcode. I have just done this and it now works.
Preferences > Accounts > Choose team > Manage certificates > + Apple distribution > Archive and upload
I also had the same issue, came to this post from here https://developer.apple.com/forums/thread/681482
I fixed this like @valuedcustomer said, by creating a new distribution certificate through xcode.
Also have this issue, did try and recreate a new provisioning profile but got the same error.