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 toAccounts
and clickDownload Manual Profiles
CodePudding user response: