juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
999 stars 759 forks source link

[BUG] Crash on ios * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) use flutter 3.10.5 #681

Open philmoolah opened 1 year ago

philmoolah commented 1 year ago

Describe the bug [BUG] Crash on ios everytime the apps scan qr

This is the full error: * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) frame #0: 0x000000010b0d532c Flutterflutter::IOSExternalViewEmbedder::CompositeEmbeddedView(long long) + 1828 Flutterflutter::IOSExternalViewEmbedder::CompositeEmbeddedView: -> 0x10b0d532c <+1828>: ldr x8, [x0] 0x10b0d5330 <+1832>: ldr x8, [x8, #0x30] 0x10b0d5334 <+1836>: blr x8 0x10b0d5338 <+1840>: cbz x0, 0x10b0d551c ; <+2324> Target 0: (Runner) stopped. Lost connection to device.

Flutter information use flutter 3.10.5

Device (please complete the following information):

Anyone facing this kind of issues?

hungnm1908 commented 1 year ago

i have the same bug this bug append when widget have webview

ngocbaomobile commented 10 months ago

i have the same issue

tomasatisocco commented 10 months ago

i have the same issue

Did you solve it?