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
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
Im trying call the SAMKeychain.deletePassword(forService: String, account: String, error: NSErrorPointer)
but it returns false and the error pointer is nil.
Any suggestion on how to figure out whats wrong?
this is my implementation:
let error:NSErrorPointer = nil
let v = SAMKeychain.deletePassword(forService: service, account: Key.account, error: error)
return (v,error?.pointee)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im trying call the
SAMKeychain.deletePassword(forService: String, account: String, error: NSErrorPointer)
but it returns false and the error pointer is nil.
Any suggestion on how to figure out whats wrong?
this is my implementation:
The text was updated successfully, but these errors were encountered: