I could’ve sworn that pre-RC releases, you could see console.log debug statements in XCode when running on device.
I have cordova-plugin-console installed.
Is there something in ionic-app-script / webpack / rollup that strips away the console.log statements when doing ionic build ios --device?
Any way to get them back?