From 307a5f94528e92cc2d8a02855731b69f5a155c0b Mon Sep 17 00:00:00 2001 From: Julius Trinkunas Date: Tue, 28 Jul 2015 13:00:15 +0300 Subject: [PATCH] Add text for error 0xe8008018. --- errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/errors.h b/errors.h index b3b4815..6a3160a 100644 --- a/errors.h +++ b/errors.h @@ -169,7 +169,8 @@ static errorcode_to_id_t errorcode_to_id[] = { { 0xe800009c, "kAMDMissingBundleVersionError" }, // Errors without id->string mapping. - { 0xe8008015, "A valid provisioning profile for this executable was not found."}, + { 0xe8008015, "A valid provisioning profile for this executable was not found." }, + { 0xe8008018, "The identity used to sign the executable is no longer valid. Please verify that your device’s clock is properly set, and that your signing certificate is not expired." }, { 0xe8008019, "The application does not have a valid signature." }, { 0xe800801c, "No code signature found." }, };