离子cordova插件突然没有安装

Man*_*UEZ 6 cordova ionic-framework cordova-plugins ionic2 ionic3

突然,当我从 Xcode 构建和运行我的 Ionic 3 应用程序时,我收到了这样的错误,对于所有的cordova 插件:

WARN: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed.
WARN: Install the StatusBar plugin: 'ionic plugin add cordova-plugin-statusbar'
Run Code Online (Sandbox Code Playgroud)

到目前为止它工作正常,我不明白为什么现在会发生这种情况以及如何补救(重新安装除外)。

即使它们在 package.json 和 config.xml 中都很好地列出。