-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[URGENT!] App under iOS <14.0 crashes on Voice.start() #289
Comments
yo, face the same issue... |
Not yet bro 😞 I disabled the mic button for iOS <14.0 waiting for a fix or something |
Hey man! I looked at the simulator's ios version... there was ios 12.0... Then I added the same iPhone but with the latest version of iOS 14.4. After that, I repeated build through the command line.... The bug wasn't reproduced on any of the phones where it was reproduced recently, namely: Idk how it relates, but the bug isn't reproduced now... |
I tried the same steps with @YesSkyscrapers but no luck at all... Still having a crash same as @MedRedha mentioned under iOS 14.x Any different workaround or fixes would be perfect. I could not make that function work under iOS 14.x both on emulator and real device. |
Hm is there any documentation referencing a change to these libraries for iOS 14? |
Precisely! I checked everywhere and nothing!! There is no reason for the package or for the usage of the speech recognition to crash or bug and that's what is weird 😞 |
@MedRedha Could you create a small demo app with the latest version of voice and RN so I could check it out and debug it. |
I have the same problem but only if connect the ios earphones, has anyone found a solution? |
I've seen this reported a few times where earphones messes things up. #294 is one example. Could you make a separate issue for this? |
Could be related to this problem |
Hey guys. I was having the same issue reported here and the only thing that fix this problem was putting the code below in the info.plist file as documented in the installation guide.
|
Thanks a lot buddy! I'm gonna try it and check if it fixes the issue for me as well 🙏 |
Let me know if works for you too. |
yo, i have the same issue... |
Check this PR. It resolves this issue. headset and bluetooth crashing issue |
@DeepakM02 link is not working. |
Hey @anujmpec You can check this link now. |
@DeepakM02 please share the link. |
@Anujmoglix you can use this |
I'm still facing this issue despite using version 3.2.4 |
Greetings beautiful people,
I'm having a big issue if someone can help me please 🙏 the package works perfectly under iOS >14.0 but immediately crashes when I try to build on an inferior one (i.e. 13.6). I tried my best to debug it and here's what I'm getting from xCode console :
2021-01-27 14:45:44.620057+0100 LegalDoctrineAlpha[75986:1310434] [aqme] AQME.h:254:IOProcFailure: AQDefaultDevice (1): output stream 0: null buffer 2021-01-27 14:45:44.620305+0100 LegalDoctrineAlpha[75986:1310434] [aqme] AQMEIO_HAL.cpp:1774:IOProc: EXCEPTION thrown (-50): error != 0
and here is a screenshot of the line pointing to it.

The text was updated successfully, but these errors were encountered: