Closed thevishnupradeep closed 7 years ago
Hi, I am getting an error "library not found for -lRNSpeechToTextIos" when I am trying to build with xcode. I tried Googling about this error and I got nothing.
I was able to solve it by adding "react-native-speech-to-text-ios" as a direct dependency.
Alright. Another react-native link or npm installcould also help for this issue.
react-native link
npm install
Hi, I am getting an error "library not found for -lRNSpeechToTextIos" when I am trying to build with xcode. I tried Googling about this error and I got nothing.