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

Why it is happening, don't you know?

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

Creating new distribution certificate did help for me.

For me regenerate profile doesn't work, but i found solution:

Go to:

  1. https://developer.apple.com/account/resources/identifiers/list
  2. Select your Identifier
  3. Check and uncheck some capability - Access WiFi Information - for example
  4. Click Save

same xcode Version 13.2.1 (13C100)

Just redownload and install provision. It works for me.

You just need to go to developer page, edit current provision, then download it and install. It works for me.

Could you share with me what you edit on current provision please?

For People who are using automatic signing

  • Revoke the certifiactes from https://developer.apple.com/account/resources/certificates/list
  • Go to xcode -> preferences -> Accounts -> Manage Certificates and then create new certificates(development + Distribution).
  • Once done creating certificates, click on Download manual certificates (code -> preferences -> Accounts)
  • create a new archive and BOOM!!!!!

Scheduled maintenance: On April 13, starting at 10 a.m. PDT, catalog report requests will be delayed for up to one hour. Reports will be generated after maintenance is complete. Please request any critical reports before this time.

Scheduled maintenance: On April 13, starting at 10 a.m. PDT, catalog report requests will be delayed for up to one hour. Reports will be generated after maintenance is complete. Please request any critical reports before this time.

Log in to the developer.apple.com, Certificates, Identifiers & Profiles, select the corresponding profiles file, click edit , then save and download the new profiles file, and upload it again. It works for me

  1. Go to developer.apple.com
  2. Open the provisioning profile
  3. Press Edit in the top right
  4. Press Save without making any changes This will regenerate the profile with the correct CAs.

As suggested by https://twitter.com/hunter/status/1513960632059510784 I just deleted my local provisioning profile files which forced Xcode to generate them again and this fixed the issue for me.

Clearing the cache manually fixes this issue for me, Open finder on your mac, and click on Go -> Go to Folder And paste this "~/Library/MobileDevice/Provisioning\ Profiles/" delete all items restart xcode and retry

Can't upload to AppStore - Invalid Provisioning Signature
 
 
Q