ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
11.99k stars 997 forks source link

cordova-plugin-nordic-update not working #4957

Closed swendleysprott closed 3 years ago

swendleysprott commented 3 years ago

Hi, the plugin is working for Android on capacitor. But i'm having problems with IOS. When building the IOS app im getting an error stating that the CDVFile.h can't be found.

jcesarmobile commented 3 years ago

Capacitor no longer install plugin dependencies, that plugin depends on cordova-plugin-file, you need to install it and run npx cap sync, then it should work. If you check the CLI output it should be noted there.

swendleysprott commented 3 years ago

Its already added but im still having the error. Updating iOS plugins in 82.03ms Found 1 Capacitor plugin for ios: @capacitor-community/bluetooth-le (0.5.1) Found 12 Cordova plugins for ios cordova-plugin-advanced-http (3.2.0) cordova-plugin-app-version (0.1.12) cordova-plugin-ble-central (1.3.1) cordova-plugin-dfu-update (1.3.0) cordova-plugin-file (6.0.2) cordova-plugin-inappbrowser (5.0.0) cordova-plugin-device (2.0.3) cordova-plugin-fingerprint-aio (4.0.2) cordova-plugin-taptic-engine (2.2.0) cordova-plugin-wifiwizard2 (3.1.1) es6-promise-plugin (4.2.2) phonegap-plugin-barcodescanner (8.1.0) In X-code im getting the following errors:

Schermafbeelding 2021-08-24 om 16 02 54
jcesarmobile commented 3 years ago

can you report a new issue but filling out the whole template instead of removing it and providing a sample app?

ionitron-bot[bot] commented 1 year ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.