Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install and run plugin on iOS #41

Open
beefporky opened this issue Apr 8, 2020 · 0 comments
Open

Cannot install and run plugin on iOS #41

beefporky opened this issue Apr 8, 2020 · 0 comments

Comments

@beefporky
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant