cordova-plugin-speechrecognition
cordova-plugin-speechrecognition copied to clipboard
CDVPlugin error in xcode / ios
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.
ME TOO