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
Tag: Ionic
Tutorial: Sign in with Apple (SIWA) and Ionic, Cordova, AngularFire, Firebase
Since a few months back Apple does not approve apps that have only social media login (ie not good old fashioned username and password) unless it also has “Sign in with Apple” (SIWA) All this is probably too new for it to be any good tutorials or examples available, at least I could not find… Continue reading Tutorial: Sign in with Apple (SIWA) and Ionic, Cordova, AngularFire, Firebase
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