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 116 forks source link

Getting thread 1 exc_bad_access (code=1 address=0x0) error in Xcode #109

Open junaid4jd opened 2 years ago

junaid4jd commented 2 years ago

i'm having thread 1 exc_bad_access (code=1 address=0x0) when running the flutter app for ios in xcode

andim27 commented 1 year ago

thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x0000000186e7b6f4 libswiftCore.dylibswift_getObjectType + 40 libswiftCore.dylibswift_getObjectType:

dishank-betaflux commented 11 months ago

I am getting the same error as @andim27 - I have enabled firebase push notification and added the entitlements and configured APNs. And this issue started coming.

pikaju commented 11 months ago

I don't have an Apple device so I can't test on xcode. If anyone feels up to the task, pull requests are welcome.