Home > Back-end >  Error "Invalid Provisioning Profile Signature" while trying to distribute a Flutter app in
Error "Invalid Provisioning Profile Signature" while trying to distribute a Flutter app in

Time:04-13

I’m trying to send my build to the store, but when I'm trying to distribute the app with Xcode, I get this error:

Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 'com.grafenit.velyvelo' (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 for id 73638f81-3103-4f98-a8f0-d0dd2a01edcc

How can I fix this?

CodePudding user response:

I faced this issue this morning.

To fix it,

  • Just get Xcode to re-download the provision profiles by deleting everything here: ~/Library/MobileDevice/Provisioning Profiles
  • Open Xcode Preferences, navigate to Accounts, and click Download Manual Profiles

CodePudding user response:

I revoked our distribution certificate on Enter image description here.

  • Related