I’m upgrading from Ionic 3.4.2 to 3.7.1 and now my iPad (iOS v 9.3.5) never fires platform ready (and doesn’t bring down the splash screen).
When I run ionic cordova run ios --device -l -c
I also can’t connect Safari remote debugger and the only console output is:
[09:50:30] console.log: deviceready has not fired after 5 seconds.
[09:50:30] console.log: Channel not fired: onPluginsReady
[09:50:30] console.log: Channel not fired: onCordovaReady
[09:50:30] console.log: Channel not fired: onDOMContentLoaded
But when I run against my iPhone (iOS v10.3.3) the splash screen is closed and the console output is:
[09:48:02] console.log: deviceready has not fired after 5 seconds.
[09:48:02] console.log: Channel not fired: onDOMContentLoaded
[09:48:28] console.log: STATUS: initializing
[09:48:29] console.log: Angular is running in the development mode. Call enableProdMode() to enable the production
mode.
[09:48:29] console.warn: Ionic Native: deviceready did not fire within 5000ms. This can happen when plugins are in an
inconsistent state. Try removing plugins from plugins/ and reinstalling them.
[09:48:29] console.log: Ionic Native: deviceready event fired after 17987 ms
Has anyone experienced this? Any ideas?