Day ago I removed and added ios platform to my App, after it, I noticed lots Native warnings about plugins absence.
I decided to create fresh blank ionic app and add ios platform to blank app, without any extra plugins.
Warnings appeared at blank app also:
[17:30:07] console.log: Angular is running in the development mode. Call enableProdMode() to enable the production
mode.
[17:30:07] console.log: Ionic Native: deviceready event fired after 1258 ms
[17:30:07] console.warn: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed.
[17:30:07] console.warn: Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar'
[17:36:43] console.log: Angular is running in the development mode. Call enableProdMode() to enable the production
mode.
[17:36:43] console.log: Ionic Native: deviceready event fired after 1754 ms
[17:36:43] console.warn: Native: tried calling StatusBar.styleDefault, but the StatusBar plugin is not installed.
[17:36:43] console.warn: Install the StatusBar plugin: 'ionic cordova plugin add cordova-plugin-statusbar'