From time to time, we get an JOSESwiftError of type localAuthenticationFailed when trying to initialize a JWS object.
The Signer we use is an ECSigner with an algorith ES256.
After some investigations the error seems to be thrown by:
The errorCode is always -1
Do you have any idea why such errors happens and how we should investigate the problem more in details?
From time to time, we get an
JOSESwiftErrorof typelocalAuthenticationFailedwhen trying to initialize aJWSobject.The
Signerwe use is anECSignerwith an algorithES256.After some investigations the error seems to be thrown by:
The
errorCodeis always -1Do you have any idea why such errors happens and how we should investigate the problem more in details?