CatalystCode / cordova-plugin-cogsvcsspeech

Cordova plugin for Microsoft Cognitive Services speech services.
MIT License
2 stars 3 forks source link

Cannot install and run plugin on iOS #41

Open beefporky opened 4 years ago

beefporky commented 4 years ago

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.

image

So I tried adding the following User-Defined under Build Settings to try and solve the build error. image

After doing so, I get the following errors instead when trying to run. image

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