Get Capacitor iOS to log to console.app

Solution on how to get Capacitor to log to the iOS Device log / Native log that can be read from console.app. This is a must if you need to debug an approved and published App Store production app. Problem with Capacitor logging Capacitor only logs to the Xcode console (or Safari console) but not… Continue reading Get Capacitor iOS to log to console.app

Ionic Cordova Error – ENOENT: no such file or directory

When trying to build (“ionic cordova build ios”) my Ionic Cordova project, I got this error: “Error: ENOENT: no such file or directory“. Took me awhile to figure out since I had just copied the project from an older project, made a few changes etc. Turns out the cause was that I had used a… Continue reading Ionic Cordova Error – ENOENT: no such file or directory