You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issues installing the plugin through iOS.
When running pod install after installing the cordova plugin to my project, it says there's no dependencies. So I had to manually update the Podfile to include the following lines before end
pod 'MicrosoftCognitiveServicesSpeech-iOS', '1.8.0' use_frameworks!
Running pod install then installs the Microsoft Framework for iOS successfully.
When I try to run the app in XCode, I get the following errors.
So I tried adding the following User-Defined under Build Settings to try and solve the build error.
After doing so, I get the following errors instead when trying to run.
Now I'm pretty stuck.
I do not encounter build issues when running cordova on android.
I'm having some issues installing the plugin through iOS.
When running pod install after installing the cordova plugin to my project, it says there's no dependencies. So I had to manually update the Podfile to include the following lines before end
pod 'MicrosoftCognitiveServicesSpeech-iOS', '1.8.0'
use_frameworks!
Running pod install then installs the Microsoft Framework for iOS successfully.
When I try to run the app in XCode, I get the following errors.
So I tried adding the following User-Defined under Build Settings to try and solve the build error.
After doing so, I get the following errors instead when trying to run.
Now I'm pretty stuck.
I do not encounter build issues when running cordova on android.
XCode Version: 11.2.1
Mac Version: macOS Mojave 10.14.6
Cordova Version: 7.1.0
The text was updated successfully, but these errors were encountered: