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

Xcode and Bitbucket gives Authentication Failed

When cloning a Bitbucket repository from Xcode (using current version 9.2) I get Authentication failed. Solution is to insert Password into URL. Steps: Copy repository URL from Bitbucket – Overview, select HTTPS (not SSH) Paste it in to Xcode Clone window for Adding GitHub account (for example click “Clone an existing Project” from Xcode start… Continue reading Xcode and Bitbucket gives Authentication Failed

Windows cannot connect to iPhone Personal Hotspot

I have ran into this a few times so I thougt I’d write down the solution as I seem to keep forgetting it. There are probably tons of other problems you can have with iPhone Personal Hotspot and Windows Wifi but this is the solution to one I keep running into. Problem I turn on… Continue reading Windows cannot connect to iPhone Personal Hotspot