flutter-braintree
flutter-braintree copied to clipboard
Getting thread 1 exc_bad_access (code=1 address=0x0) error in Xcode
i'm having thread 1 exc_bad_access (code=1 address=0x0) when running the flutter app for ios in xcode
thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
frame #0: 0x0000000186e7b6f4 libswiftCore.dylibswift_getObjectType + 40 libswiftCore.dylib
swift_getObjectType:
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.
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.