After updating the Xcode to 13.3.1, and after some time since my last release, I can't seem to upload my app to AppStore.
And I get the following error:
Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 'MY BUNDLE HERE' (Payload/Runner.app) cannot be used to submit apps to the iOS App Store until it has a valid signature from Apple. For more information, visit the iOS Developer Portal. With error code STATE_ERROR.VALIDATION_ERROR.90165
I'm not sure what I broke with the latest update, since it worked fine until now. I tried messing with Archive Scheme
in Xcode, I tried adding new provisioning profiles
(AppStore and AdHoc) on the developer.apple site, but it doesn't help.
My gut's telling me that the solution is obvious, but...