Home > Net >  Invalid Provisioning Profile Signature while trying to distribute flutter app in ios
Invalid Provisioning Profile Signature while trying to distribute flutter app in ios

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

Thanks in advance.

CodePudding user response:

I face this issue today 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