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
The plugin uses cordova-plugin-cocoapods-support as a dependency to configure CocoaPods dependencies instead of using the official Cordova tags.
Capacitor doesn't support those custom tags, there is an issue open for considering it, so add a +1 reaction if you are interested ionic-team/capacitor#2773
But the ideal fix would be for the plugin authors to move to the official syntax
Hi,
I tried to implement this plugin with Ionic 5 & Capacitor. It works on Android but I cannot build the IOS at all.
It constantly says:
❌ /ios/capacitor-cordova-ios-plugins/sources/CordovaPluginZendesk/Zendesk.m:3:9: module 'ZendeskSDK' not found
and the entire build fails.
I was checking here: https://developer.zendesk.com/embeddables/docs/ios_support_sdk/release_notes#5.0.0 and provided ZendeskSDK in Podfile but it doesn't help. Literally nothing helps,
Was this working for IOS before? I am trying to build with XCode 11 but even with XCode 10, the error is always the same.
What am I possibly missing? Thanks in advance.
The text was updated successfully, but these errors were encountered: