pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
65 stars 126 forks source link

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

Closed andesappal closed 3 years ago

andesappal commented 3 years ago

https://github.com/braintree/braintree_ios/issues/718

andesappal commented 3 years ago

image

@pikaju changing my .podspec isn't changing my Podfile.lock. Could you make the update on your repo, Julien?

andesappal commented 3 years ago

We need to make these changes, Julien, please:

s.dependency 'Braintree/PayPal', '~> 5.0.0'
s.dependency 'Braintree/Apple-Pay', '~> 5.0.0'
andesappal commented 3 years ago

Hi @pikaju here's a PR https://github.com/pikaju/flutter-braintree/pull/78, thank you

pikaju commented 3 years ago

Thank you @andesappal, I published version 2.0.0, I hope that fixes your issue.