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
64 stars 119 forks source link

iOS Error Build #61

Closed Zeeshan90 closed 3 years ago

Zeeshan90 commented 3 years ago

Hi, i'm getting this error can you please help me to get through this issue. 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead

yelkamel commented 3 years ago

I have the same error :/

Zeeshan90 commented 3 years ago

Did you find any solution for this ? @yelkamel

yelkamel commented 3 years ago

Non I didn't sorry, I hope @pikaju will help

bennibau commented 3 years ago

you can use my repo until my pr is merged. I upgraded the deps. https://github.com/pikaju/flutter-braintree/pull/65

achalkias commented 3 years ago

Same problem. This should be fixed otherwise the whole plugin is unusable.

bennibau commented 3 years ago

Did you try my fork?

achalkias commented 3 years ago

Yes and it works. Thank you very much.

pikaju commented 3 years ago

Thank you @bennibau, the newest version 2.0.0 should include this fix, please let me know if it works. Thank you for your patience.