ERROR ITMS-90165: Invalid provisioning profile signature.

Hi, I have an error while uploading to test flight by fastlane and transporter.

07:13:05 [Transporter Error Output]: Return status of iTunes Transporter was 1: ERROR ITMS-90165: Invalid provisioning profile signature. The provisioning profile included in the com.test.example bundle [“Payload/Example.app”] can't be used to upload apps to App Store Connect until it has a valid signature from Apple.

My xcode version is 15.4 and the iTMSTransporter is 3.3.0.

It seems like this error has been reported the other internet recently.

https://stackoverflow.com/questions/79118087/getting-error-invalid-provisioning-profile-signature-in-transporter-while-ios-ap https://www.yunedit.com/article/error90165

Has anyone solved this?

the same to me !!! it take me almost one day,but it doesn't help

We also face the same issue. For our case we are using iTMSTransporter 3.3.0.16

What we try is if we run

#> /usr/local/itms/bin/iTMSTransporter -m upload -f ./upload.itmsp

then we will see the "Invalid provisioning profile signature"

but if we run

#> /usr/local/itms/bin/iTMSTransporter -m upload -assetFile ./upload.itmsp/upload.ipa

then the file will upload successfully.

Based on the log, looks like the error is from Apple 's web service "Using operation named: validateAssets"

Same for me. Using iTMSTransporter 3.3.0. Manual upload via Transporter app works fine. I can even say when the issue is started to happen exactly because our build servers were running builds at this moment. At 2024-10-21 09:16:16 PDT build uploaded successfully and at 2024-10-21 09:41:19 PDT build upload failed.

ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD = false I resolved this issue by this env.

Running into the same issue, I'm using fastlane to upload to TestFlight, updated provisionning profiles/ certificates (Though they are valid). I'm still having the same issue using iTMSTransporter 3.3.0 :/

Fixed by setting ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD = false as @devstory@gma suggested

Same happening here, Bitrise pipelines with Fastlane started to fail 23rd of October with "can't be used to upload apps to App Store Connect until it has a valid signature from Apple" - all our certificates and provisioning profiles are up to date, we have gone and regenerated them via match. No avail - the error still persists.

Hello, thank you for these reports.

We believe we have resolved this issue. If you continue to experience issues submitting your apps, please contact us.

ERROR ITMS-90165: Invalid provisioning profile signature.
 
 
Q