storesafe / cordova-sqlite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API
Other
2.14k stars 713 forks source link

'Cordova/CDVPlugin.h' file not found #1015

Open itshazlan opened 8 months ago

itshazlan commented 8 months ago

Hello, I'm getting the error when building my cordova ios project. The issue seems relatable to this plugin because from my code getting the error 'Cordova/CDVPlugin.h' file not found and that error happen in SQLitePlugin.h file from this dependency.

Here is my ionic info:


Ionic:

   Ionic CLI          : 6.20.8 (/usr/local/lib/node_modules/@ionic/cli)
   Ionic Framework    : ionic-angular 3.8.0
   @ionic/app-scripts : 3.2.4

Cordova:

   Cordova CLI       : 10.0.0
   Cordova Platforms : android 7.1.4, ios 5.1.1
   Cordova Plugins   : no whitelisted plugins (19 plugins total)

Utility:

   cordova-res (update available: 0.15.4) : 0.15.3
   native-run (update available: 1.7.2)   : 1.4.0

System:

   Android SDK Tools : 26.1.1 (/Users/itshazlan/Library/Android/sdk)
   ios-deploy        : 1.11.4
   ios-sim           : 8.0.2
   NodeJS            : v15.14.0 (/Users/itshazlan/.nvm/versions/node/v15.14.0/bin/node)
   npm               : 7.7.6
   OS                : macOS Monterey
   Xcode             : Xcode 14.2 Build version 14C18

Sorry for my bad English, hope someone can help me out with this issue.