Xcode13.3.1 upload ipa error: Invalid Provisioning Signature....STATE_ERROR.VALIDATION_ERROR.9016 solution

Problem: I recently updated the latest version of xcode 13.3.1. There is no problem with basic compilation and operation, but an exception occurs when uploading to the AppStore:

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

Screenshot below:

None of the previous uploads had issues, and since the latest iteration is nothing out of the ordinary, there is only one case where the xcode update caused the issue.

There are still many problems encountered through apple developer ( shortcut ). There are currently more than 7.7k page views. It has only been two days since the release of xcode13.3.1. It seems that many developers still encounter this problem.

Specific solution: (tested and effective)

Go to the develop platform to reproduce and create a Distribution cer, and then re-use the files compiled by Archives to package and upload. (The manual signature I choose here uses the newly created cer and its corresponding new profile file, but I think it is also possible to choose automatic signature at this time, because the automatic signature will be signed with the latest cer)

Guess you like

Origin blog.csdn.net/BUG_delete/article/details/124154290