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 Dec 15, 2018. It is now read-only.
@danielkramer hm, I do not have my app crashed upon the error. It is just the message, I don't prefer to be printed to the console.
Do you see the same log message?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling
returns
While investigating it, I've found that this is a custom
NSLog
string, logged when the following operation fails:The error code from
OSStatus
enum declared in<Security/SecBase.h>
has this description:...which points out, that it's just the value being not found for respective key upon deleting.
Question
I wonder, what option here would be more preferable?
PDKeychainBindingsController
has to have a fix to check the key, before deletingPDKeychainBindingsController
has to have a fix to make error codes processing and logging more accurateThe text was updated successfully, but these errors were encountered: