Ionic 4 Capacitor Build

Description
Ionic 4 Capacitor fails to build for iPhone or Android. I’ve followed the plugin install process:
npm install cordova.plugin.zoom
npm install @ionic-native/zoom
ionic cap sync

Which version? (Ionic Info)
Ionic:

Ionic CLI : 6.5.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.0.7
@angular-devkit/build-angular : 0.803.26
@angular-devkit/schematics : 8.3.26
@angular/cli : 8.3.26
@ionic/angular-toolkit : 2.2.0

Capacitor:

Capacitor CLI : 2.0.0
@capacitor/core : 2.0.0

Utility:

cordova-res : not installed
native-run : 1.0.0

System:

NodeJS : v12.16.2 (/usr/local/bin/node)
npm : 6.14.4
OS : macOS Catalina

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Create a new Ionic Angular project.
  2. Add iOS and Android platforms
  3. Build and deploy to devices (All working fine Ionic template)
  4. Install Zoom plugin:
    4.1 npm install cordova.plugin.zoom
    4.2 npm install @ionic-native/zoom
    4.3 ionic cap sync
  5. Run ionic build, ionic cap sync, and then npx cap open ios.
  6. Run on iPhone. (Build fails with errors)

Screenshots
If applicable, add screenshots to help explain your problem. Screen shot of XCode errors:

Smartphone (please complete the following information):

  • Device: iPhone 7
  • OS: iOS13
  • Version 13.1

Additional context
I’m using XCode 11.4.

I am having the same issue right now…

1 Like

Hi everyone,

Thanks for using Zoom SDK. The Ionic SDK does not support Ionic Capacitor at the moment. Thanks!

I got it working…

1 Like

Thanks for the reply and glad to hear that it is working. Yes, there is a few configuration required to integrate iOS SDK, you may find the information here: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration

Happy Zooming!

Facing a similar issue

Hi akhilkolli,

Thanks for using Zoom SDK. Please follow the instruction here to integrate the SDK into Xcode: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration

Thanks!