You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: