Ionic Core lnitiates inconsistently on real iOS device

Thank you. The new Cordova iOS 4.1.0 fixed the issue for me.

I took the following steps:

sudo npm update -g cordova ionic
rm -rf plugins
rm -rf platforms
ionic hooks add
ionic platform add ios@4.1.0
ionic build ios
cordova prepare