I have the licensed plugin for cordova which works for android perfectly. But when i add it to ios it throws error as
Cordova/CDVJSON.h file not found error.
and if i comment the CDVJSON.h import line or do a manual import, it again throws 2 errors as
- No visible @interface for CDVPlugin declares the selector initWithWebView
- Implicit declaration of function sqlite3_key is invalid in C99.
Please help me.