saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 61 forks source link

[Ios] app crash when take screenshot #71

Open Joseph-Nathan opened 1 year ago

Joseph-Nathan commented 1 year ago

when take screenshot app crashed in Ios and get this error :

* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x16d3a3ff8)
    frame #0: 0x0000000181cf5010 Foundation`probeGC + 36
Foundation`probeGC:
->  0x181cf5010 <+36>: str    x2, [sp, #0x8]
    0x181cf5014 <+40>: mov    x21, x1
    0x181cf5018 <+44>: mov    x22, x0
    0x181cf501c <+48>: adrp   x8, 497864
Target 0: (Runner) stopped.

i think this error happen when two package sit a layer in app.superLayer , where should i search for this .

saibotma commented 1 year ago

Hey there, i am sorry for the late response. Can you please retry with the latest release 0.1.0. In case it still does not work please provide a fully repdroducable example.

Cheers 🍻