fix Cordova Ionic iOS > 4.4.0

Recent version of ionic-ios > to 4.4.0 (ie: 4.5.4) has some problems. But this can by fixed removing console plugin:

sudo ionic cordova plugin rm cordova-plugin-console --save

That’s it