Add text for error 0xe8008018.
This commit is contained in:
parent
4d58838ef1
commit
093b4b3c9a
@ -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." },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user