ios - How to add Cordova plugins to Xcode project with embedded Cordova WebView? -
i have xcode ios project have added cordova webview. i stumbled through tutorial. https://cordova.apache.org/docs/en/latest/guide/platforms/ios/webview.html how can add plugins it? if try use plugman suggest, error: plugman install --platform ios --project path/to/my/custom/xcode/project --plugin cordoba-plugin-console failed install 'cordova-plugin-console':cordovaerror: provided path "path/to/my/custom/xcode/project" not cordova ios project. of course true. instructions followed adding web view non cordova project. i tried adding plugins cordova ios project before bringing on config.xml , such own project. the result project launch these errors in xcode console: cdvplugin class cdvfile (pluginname: file) not exist. error: plugin 'file' not found, or not cdvplugin. check plugin mapping in config.xml. i tried bringing on plugins folder reference project project. (the 1 has files cdvlogger.h/m , cdvfile.h/m when this, build e...