I try to build my app which is use SpeechRecognition https://github.com/pbakondy/cordova-plugin-speechrecognition plugin under iOS in Ionic cloud and get this error
"In file included from /Users/package/workspace/apps-25c2fea9-82/cordova/platforms/ios/CargoMessenger/Plugins/cordova-plugin-speechrecognition/SpeechRecognition.m:5:
/Users/package/workspace/apps-25c2fea9-82/cordova/platforms/ios/CargoMessenger/Plugins/cordova-plugin-speechrecognition/SpeechRecognition.h:2:9: fatal error: ‘Speech/Speech.h’ file not found
** import Speech/Speech.h**
** ^**
1 error generated.
BUILD FAILED "
under Android everything work good.
This plugin introduced in ionic 2 documentation, so I want to understand something wrong with plugin itself or something wrong with build process