soffes / SAMKeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS
MIT License
5.4k stars 956 forks source link

The specified item could not be found in the keychain? #187

Open XFRDerrick opened 6 years ago

XFRDerrick commented 6 years ago

[SAMKeychain accountsForService:@"XXXXXX" error:&error]

[Line 207] Error Domain=com.samsoffes.samkeychain Code=-25300 "The specified item could not be found in the keychain" UserInfo={NSLocalizedDescription=The specified item could not be found in the keychain}

why????

afriedmanGlacier commented 6 years ago

I have the same issue. Did you ever figure this out @UNMatin

luizperes commented 6 years ago

Did any of you fix this one? @afriedmanGlacier @UNMatin