pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

CDVPlugin error in xcode / ios #54

Open joshglazer opened 6 years ago

joshglazer commented 6 years ago

I installed this plugin and am seeing the following error in xcode when trying to compile and run the app for ios. Does anyone know what I can do to fix this? CDVPlugin class SpeechRecognition (pluginName: SpeechRecognition) does not exist. ERROR: Plugin 'SpeechRecognition' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.

I ran the following commands to install the plugin. Maybe I missed something? sudo npm install ionic-native --save sudo cordova plugin add cordova-plugin-speechrecognition

The plugin seems to work an android, I'm only having issues with ios.

Any help is appreciated.

kurodenjiro commented 6 years ago

ME TOO