innFactory / react-native-dialogflow

A React-Native Bridge for the Google Dialogflow (API.AI) SDK
https://innfactory.de/softwareentwicklung/ui-ux/sprachsteuerung-mit-api-ai-in-einer-react-native-app/
MIT License
200 stars 64 forks source link

iOS Error: "library not found for -lRNSpeechToTextIos" #10

Closed thevishnupradeep closed 7 years ago

thevishnupradeep commented 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.

thevishnupradeep commented 7 years ago

I was able to solve it by adding "react-native-speech-to-text-ios" as a direct dependency.

spoeck commented 7 years ago

Alright. Another react-native link or npm installcould also help for this issue.