Can't upload to AppStore - Invalid Provisioning Signature

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

  • same here [Xcode Version 13.3.1 (13E500a)]

  • I'm also having the same issue today

  • Why it is happening, don't you know?

Replies

I also had the same issue.

I got the same issue on my XCode 13.0

But I got it to work now as I tried the below steps:

  • Create a new Apple Distribute Certificate
  • Remove Distribute certificate from my KeyChain
  • Download the new Certificate and put it back on Keychain
  • Remove my account from Xcode and re-login

Hope this helps.

No need to remove certificates. Just regenerate the provisioning.

https://github.com/fastlane/fastlane/issues/20164#issuecomment-1097495005

Hope this helps.

  • I regenerated the distribution provisioning and uploaded a binary successfully.

    Thanks a lot.

  • That seems to be the most easy way to fix this issue. Thank you!

  • This method also solved the issue for our team.

Same issue. Yesterday it was uploaded, but not today.

same here!

Same issue happening to me on 13.0

I also have the same problem XCode Version 13.2.1 (13C100) 

Regenerated only profile - worked

Same issue...

Same issue here Xcode 13.3

Add a Comment

Same issue here

Just created a new profile manually and using that fixed the issue.

I had the same problem...

same, Xcode 13.3. Regenerate profiles, clean profiles folder does't resolve it

Creating new distribution certificate did help for me.