Skip to content

Cannot install and run plugin on iOS #41

@beefporky

Description

@beefporky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions