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

unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead #400

Open
iaftab3s opened this issue Sep 13, 2023 · 0 comments

Comments

@iaftab3s
Copy link

i am using this library to integrate apple pay, after adding it it gives me error
"unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead"
in this line
return [NSKeyedUnarchiver unarchiveObjectWithData:data];
Let me know how can i fix with this issue. i dont want to make changes manually in pod libraries.
need updated solution how can i upgrade this library because it installs braintree 4.. and this issue is resolved at brantree 5..

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

1 participant