You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed: caught error: "Error Domain=com.objectivepgp Code=-1 "Unable to sign. Can't create any signature for keys." UserInfo={NSLocalizedDescription=Unable to sign. Can't create any signature for keys.}"
Is there something I'm missing during the key generation ?? As I also tried importing the pgp private key generated from https://www.npmjs.com/package/openpgp and it works with ObjectivePGP.sign
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've generated the pgp pairs as:
package(url: "https://github.com/krzyzanowskim/ObjectivePGP.git", from: "0.99.4")
But when I try to sign the message
But I'm getting following error:
Is there something I'm missing during the key generation ?? As I also tried importing the pgp private key generated from https://www.npmjs.com/package/openpgp and it works with
ObjectivePGP.sign
Beta Was this translation helpful? Give feedback.
All reactions