Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error "Invalid Provisioning Profile Signature" while trying to distribute a Flutter app in iOS

Tags:

ios

flutter

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?

like image 672
Dev Lulu Avatar asked Nov 27 '25 12:11

Dev Lulu


2 Answers

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
like image 75
Deep Shah Avatar answered Nov 29 '25 00:11

Deep Shah


I got this error on Xcode 13.2 (macOS v12.2.1 (Monterey)).

It's pretty easy to resolve:

  • Go to XcodePreferences...
  • On the new window, go to Accounts → select your Apple ID
  • Then, select your team, click Manage Certificates...
  • Then, click on + on the left bottom, and click Apple Distribution
  • After that, click Download Manual Profiles

You can now Archive and it will work fine.

like image 32
Gargantua Avatar answered Nov 29 '25 02:11

Gargantua



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!