Join Slack
Powered by
Hi Folks, I am using Keychain in a Kotlin multipla...
# ios
a
Anmol Verma
11/23/2022, 12:50 PM
Hi Folks, I am using Keychain in a Kotlin multiplatform library, and during unit tests + compose iOS app it throws me
errSecNotAvailable
error,
"No keychain is available. You may need to restart your computer."
What can be the reason behind this ? The code works fine in a sample iOS app.
Anmol Verma
12/01/2022, 7:13 PM
There’s a attribute that we set during keypair creation which helps as a workaround, kSecAttrIsPermanent is set as false during tests
108
Views
Open in Slack
Previous
Next