Hello everyone,
We have a Capacitor+Angular app and we are having issues launching it on iPhone 8 devices running iOS 16.2. We have also tested it on iPhone 8 devices with iOS 16.4 and in these cases the application starts without problems.
The problem we are experiencing on iOS 16.2 is that the application remains on a blank screen and does not load any content, throwing errors in the XCode console that I attach below.
Log console with the application running on iOS 16.2:
And log console with the application running on iOS 16.4:
Both devices (XCode simulators) have the same version of the app installed. This application simply displays a splash screen after having completely emptied it to test this error and try to isolate it.
We use Capacitor 6.1.0 with Angular 17.
Thank you very much for your help.
All the best!