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

Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] which is deprecated when targeting iOS12 #297

Open
bolsinga opened this issue Nov 5, 2020 · 3 comments

Comments

@bolsinga
Copy link
Contributor

bolsinga commented Nov 5, 2020

There is a simple replacement.

@bolsinga bolsinga changed the title Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] which is deprecated when targeting iOS12 Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] and -archivedDataWithRootObject: which are deprecated when targeting iOS12 Nov 6, 2020
@bolsinga bolsinga changed the title Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] and -archivedDataWithRootObject: which are deprecated when targeting iOS12 Uses +[NSKeyedUnarchiver archivedDataWithRootObject:] which is deprecated when targeting iOS12 Nov 6, 2020
@bolsinga
Copy link
Contributor Author

bolsinga commented Nov 6, 2020

-unarchiveObjectWithData: addressed with #247

@jparise
Copy link
Collaborator

jparise commented Feb 5, 2021

@bolsinga can this issue be closed now?

@bolsinga
Copy link
Contributor Author

bolsinga commented Feb 5, 2021

No, it can't. I'd mangled the title incorrectly. What remains is the use of+[NSKeyedUnarchiver unarchiveObjectWithData:]

@bolsinga bolsinga changed the title Uses +[NSKeyedUnarchiver archivedDataWithRootObject:] which is deprecated when targeting iOS12 Uses +[NSKeyedUnarchiver unarchiveObjectWithData:] which is deprecated when targeting iOS12 Feb 5, 2021
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