eopeter / flutter_dtmf

DTMF Tone Generator for Flutter Applications.
MIT License
11 stars 18 forks source link

iPad - Crash - player did not see an IO cycle #22

Open pavan-jaju opened 2 months ago

pavan-jaju commented 2 months ago

Getting the following issue only with iPads.

Working with iPhone, iPod, Android Phone, and Tablets.

*** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'player did not see an IO cycle.'
*** First throw call stack:
(0x1c1f0de48 0x1bb2578d8 0x1c207a7f4 0x1d89a14fc 0x1d8a7dc9c 0x1d89a19ec 0x1d8a7a7dc 0x10150a050 0x10150a658 0x101509230 0x1123e84e8 0x111e5d768 0x1c951b4b4 0x1c951cfdc 0x1c952b7f4 0x1c952b444 0x1c1f9e6d8 0x1c1f8003c 0x1c1f84ec0 0x1fb72f368 0x1c447a86c 0x1c447a4d0 0x100c2c0e8 0x1e0796960)
libc++abi: terminating with uncaught exception of type NSException
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT
    frame #0: 0x00000001fefcd160 libsystem_kernel.dylib`__pthread_kill + 8
libsystem_kernel.dylib`:
->  0x1fefcd160 <+8>:  b.lo   0x1fefcd180               ; <+40>
    0x1fefcd164 <+12>: pacibsp 
    0x1fefcd168 <+16>: stp    x29, x30, [sp, #-0x10]!
    0x1fefcd16c <+20>: mov    x29, sp
ycherniavskyi commented 2 months ago

Got the same issue :(.