Skip to content
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

Doesn't work under iOS 10 #56

Closed
excitement-engineer opened this issue Sep 19, 2016 · 4 comments
Closed

Doesn't work under iOS 10 #56

excitement-engineer opened this issue Sep 19, 2016 · 4 comments

Comments

@excitement-engineer
Copy link

When running version 3.0.2 under iOS 10 I get the error:

[Lockbox setData:forKey:accessibility:] [Line 167] SecItemAdd failed for key com.xxx: -34018

I also tried running the same code under iOS 9.3.1 and it seems to work fine.

@granoff
Copy link
Owner

granoff commented Sep 19, 2016

Did you enable Keychain Sharing in your project? That is required now under iOS10. And this is in the README as well.

@excitement-engineer
Copy link
Author

Great it works now! Thanks for your help and quick response, I appreciate it!

@granoff
Copy link
Owner

granoff commented Sep 19, 2016

Fantastic!

I looked to see if the Podspec had a way to indicate that certain capabilities were required, like you can do for libraries and frameworks, but it does not appear so at the moment. That would prevent this issue in the first place! :-)

@excitement-engineer
Copy link
Author

That would be really useful indeed! Hopefully, this functionality will be added in the Podspec in the future!

However, the README does state it clearly though so hopefully it is not an issue to other people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants