Capacitor 4 upgrade gives processDebugManifest Android Build error

Check your Cordova plugins if you get :capacitor-cordova-android-plugins:processDebugManifest error after upgrading to Capacitor4 Problem After upgrading to Capacitor 4 everything worked fine when buidling using ionic cap sync (I am using Ionic Framework) and worked fine in Xcode and iOS. However, when building in Android Studio I got this error: :capacitor-cordova-android-plugins:processDebugManifestManifest merger failed with multiple… Continue reading Capacitor 4 upgrade gives processDebugManifest Android Build error

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