What platform are you building for?
iOS
What framework are you building with?
Cordova
What is your build ID?
faa20e27-06e2-49a1-a11c-e91104cc6a21
What is your error message?
2025-12-17 07:56:50,642 - Output: Running altool at path /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/altool…
2025-12-17 07:56:39.561 ERROR: [altool.600002CE8180] [ContentDelivery.Uploader.600002CE8180] Validation failed (409) Invalid Provisioning Profile. The provisioning profile included in the com.xxxx bundle [Payload/AAAAA.app] is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when uploading apps to App Store Connect. (ID: 59c86898-5c16-48c0-84d4-31b556215f7b)
2025-12-17 07:56:50.622 INFO: [altool.600002CE8180] [ContentDelivery.Uploader.600002CE8180]
VERIFY FAILED with 1 error, 0 warnings, 0 messages
2025-12-17 07:56:50.623 ERROR: [altool.600002CE8180] Validation failed for ‘/ios.development.ipa’.
2025-12-17 07:56:50.623 ERROR: [altool.600002CE8180] Validation failed Invalid Provisioning Profile. The provisioning profile included in the com.xxxx bundle [Payload/AAAAA.app] is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when uploading apps to App Store Connect. (ID: 59c86898-5c16-48c0-84d4-31b556215f7b) (409)
NSLocalizedDescription = “Validation failed”;
NSLocalizedFailureReason = “Invalid Provisioning Profile. The provisioning profile included in the com.xxxx bundle [Payload/AAAAA.app] is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when uploading apps to App Store Connect. (ID: 59c86898-5c16-48c0-84d4-31b556215f7b)”;
NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 “Validation failed” UserInfo={status=409, detail=Invalid Provisioning Profile. The provisioning profile included in the com.xxxx bundle [Payload/AAAAA.app] is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when uploading apps to App Store Connect., id=59c86898-5c16-48c0-84d4-31b556215f7b, code=STATE_
Please describe the issue:
I have an issue with Apple certificates when doing a debug compilation. I do not understand what is going on as I compiled in February with the same ZIP (but some changes to index.html and config.xml) and the certificates have not expired.
I had the exact same issue with another app that is not very important and re-generating the certificates would throw the same error.