Hi Folks, I am using Keychain in a Kotlin multiplatform library, and during unit tests + compose iOS...
a
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.