KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 375 forks source link

App crashes when sharing images (iOS) - only in combination with flutter_facebook_auth library #199

Open PfeiJit opened 2 years ago

PfeiJit commented 2 years ago

Hi,

I managed to run the app with receive_sharing_intent library installed but my app crashes when I want to share images on iOS device. It happens only if flutter_facebook_auth library(3.5.6) is also installed to my app. If this library is not installed, the app works fine. I have tried to downgrade the library but the problem still remains. This issue happens only for iOS device/simulator. Do you have any advice how to solve this? Thanks

here is the log: * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x000000018806e2d4 libswiftCore.dylibswift_getAssociatedTypeWitnessSlowImpl(swift::MetadataRequest, swift::TargetWitnessTable, swift::TargetMetadata const, swift::TargetProtocolRequirement const, swift::TargetProtocolRequirement const) + 220 libswiftCore.dylibswift_getAssociatedTypeWitnessSlowImpl: -> 0x18806e2d4 <+220>: ldr x8, [x0] 0x18806e2d8 <+224>: cmp x8, #0x7ff ; =0x7ff 0x18806e2dc <+228>: csel w8, wzr, w8, hi 0x18806e2e0 <+232>: sub w9, w8, #0x200 ; =0x200 Target 0: (Runner) stopped. Lost connection to device.