-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locksmith.updateData( ) broke in 2.0.7? #110
Comments
I'm experiencing the same thing. It works on iOS 8.3 but fails on iOS 9.2.1. |
Ah yep, this is a regression the tests missed. Will fix and put out a new version tonight. Thanks for letting me know 👍
|
Thank you very much! |
@matthewpalmer Thank you for fixing so quickly. |
Yeah. Much appreciated 😄! |
My code was working fine until update to version 2.0.7. Now calling Locksmith.updateData( ) to save a new item fails with error errSecItemNotFound.
(Failure occurs at Locksmith.swift line 82)
Thanks
The text was updated successfully, but these errors were encountered: