riderodd / react-native-vosk

Speech recognition module for react native using Vosk library
MIT License
36 stars 9 forks source link

Undefined symbol error #21

Closed Scott-Hickmann closed 8 months ago

Scott-Hickmann commented 1 year ago

Hi, I'm having issues rebuilding my Xcode project after installing pods. I'm using React Native 0.70.1 and React Native Vosk 0.1.9, and I am building on an M1 Mac. Xcode is not providing any more details to the errors shown in the image below. Do you know what they could mean / where to investigate?

Thanks

Screen Shot 2022-09-18 at 6 29 06 PM
riderodd commented 1 year ago

Hi @Scott-Hickmann,

Have you requested the libvosk build for iOS as mentioned in the iOS section ? Can you check your libvosk.xcframework is in the right directory ?

laurent22 commented 1 year ago

Would it be possible to bundle this file by default? Otherwise it requires patching the module, which is not ideal

riderodd commented 8 months ago

@laurent22 : Alphaceiphei just allowed me to release the lib with in the repo. I couldn't release it before because of license agreement. Update to latest version and it should work.