I have an application runs on cordova-ios@5.1.1. Running the app on iOS 16+, it freezes on the splash screen without any error/warning log on xcode and safari doesn’t recognize it to see the js log.
During the tests, I’ve found that the problem caused by WKWebViewEngine. If I remove it, the freezing is gone.
I’ve tried to upgrade to cordova-ios@6.x, but as the WKWebViewEngine is integrated with the lib’s core, the problem persists.
Anyone has any ideia on how to proceed?