Getting " ITMS-90165" when uploading ipa on Testflight

Hello

I've released a production IPA to upload to TestFlight for internal testing. When we're trying to upload the IPA to TestFlight we're getting an " ITMS-90165" error.

while it was working fine a couple of days back

Can anyone help me find out what this error means?

Thank you.

  • same here using Xcode 13.3.1

Add a Comment

Replies

Apple signs the provisioning profiles by a chain of three certificates. The two child certificates have expired yesterday (April 12, 2022).

You can inspect the certificate signing of the provisioning profile with openssl pkcs7 -print_certs -text -in embedded.mobileprovision -inform der

Regenerating your provisioning profiles, re-signing and re-submitting should fix your issue.