在xcode上的sqlite porter“ plugin_not_installed”

时间:2018-08-02 11:30:24

标签: angularjs xcode cordova ionic-framework npm

当我在设备(iPhone 6)中运行我的应用程序时,xcode返回此错误:

  

警告:安装SQLitePorter插件:'ionic cordova插件添加   uk.co.workingedge.cordova.plugin.sqliteporter'错误:   plugin_not_installed

1 个答案:

答案 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 
]