Home > Back-end >  Invalid Provisioning Profile Signature - STATE_ERROR.VALIDATION_ERROR.90165
Invalid Provisioning Profile Signature - STATE_ERROR.VALIDATION_ERROR.90165

Time:04-13

I am trying to upload an archive to App Store Connect, and suddenly am getting the following error:

Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 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 ...

I am using "Automatically manage signing" and have uploaded an archive just yesterday for the same app with no issue.

enter image description here

CodePudding user response:

I have solved the problem by the operation below.

  • Open the appropriate provisioning file and click "Edit".
  • Rename the file and save it with "Save".
  • Download the provisioning file in Xcode.
  • Select the modified provisioning when building.

CodePudding user response:

For me, It got resolved when I created the AppStore provisioning profile again and deleted the old one.

CodePudding user response:

I have same issue. Uploading was possible yesterday, but not today. I created a new Apple Distribution Certificate and succeeded to upload.

  • Related