当我在设备(iPhone 6)中运行我的应用程序时,xcode返回此错误:
警告:安装SQLitePorter插件:'ionic cordova插件添加 uk.co.workingedge.cordova.plugin.sqliteporter'错误: plugin_not_installed
答案 0 :(得分:0)
运行此
ionic cordova plugin add uk.co.workingedge.cordova.plugin.sqliteporter
npm install --save @ionic-native/sqlite-porter
和在app.module.ts
中import { SQLitePorter } from '@ionic-native/sqlite-porter';
providers: [
SQLitePorter
]