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

Auto-increment build number in Xcode 11 / Xcode 12

Xcode 11 moved version handling to the .pbxproj file, in addition to Info.plist, which broke my script to automatically increase build number on each build. Solution for Xcode 11/12 is shown below. Background – pre Xcode 11 / Xcode 12 Before Xcode 11 the “normal” way to auto increment build number was to read current… Continue reading Auto-increment build number in Xcode 11 / Xcode 12

Instruction for Apple App Store upload (from an App Developer to Client)

This is a blog post I wrote at my company web site MobilApp.nu (mobile app development) It is aimed for our customers, who are mainly non-developers, on the steps for first time setup Apple Developer and App Store Connect for us to be able to sign and upload apps that we have developed for them.… Continue reading Instruction for Apple App Store upload (from an App Developer to Client)