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

iOS 12 Deprecation #66

Open
apple-ihack-geek opened this issue May 22, 2024 · 3 comments
Open

iOS 12 Deprecation #66

apple-ihack-geek opened this issue May 22, 2024 · 3 comments

Comments

@apple-ihack-geek
Copy link

Lockbox/Lockbox.m:199:58 'initForWritingWithMutableData:' is deprecated: first deprecated in iOS 12.0 - Use -initRequiringSecureCoding: instead
Lockbox/Lockbox.m:214:68 'initForReadingWithData:' is deprecated: first deprecated in iOS 12.0 - Use -initForReadingFromData:error: instead

I'll probably end up fixing this myself anyway, but if someone beats me to it, all the better.

@granoff
Copy link
Owner

granoff commented May 22, 2024

Thanks. If you are just beginning to use Lockbox, you might want to use Strongbox (also mine) instead.

@apple-ihack-geek
Copy link
Author

Thanks, but our app has been using Lockbox for years, and it's probably less work for me to fix this issue that to switch libraries.

@granoff
Copy link
Owner

granoff commented May 23, 2024

Then by all means, have at it. I await your pull request. 😄

Also, I am pleased to know that someone has found this library useful!

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