riderodd / react-native-vosk

Speech recognition module for react native using Vosk library
MIT License
42 stars 12 forks source link

Crashes on iOS #69

Open maxfadeev opened 4 days ago

maxfadeev commented 4 days ago

I followed the steps, but it keeps crashing on iOS both on simulator and device. Not sure if I missed something. Also, it's not clear whether I should load the model via loadModel if put the model into the bundle or not, because it's saying Primarily intended for models that are not included in the app’s Main Bundle. Apparently I should anyway. Here is the exception.

Screenshot 2024-11-02 at 16 46 31
joaolobao380 commented 1 day ago

I have the same problem