breautek commented on issue #1395: URL: https://github.com/apache/cordova-ios/issues/1395#issuecomment-1904092002
> ... but the situation remains the same, the app gets stuck on the splash screen with no errors. Including if you try: > you should be able to refresh the webview (even if the splashscreen is still shown) by pressing cmd + R while the inspector is focused. Reloading the webview while the inspector is opened may allow you catch JS issues happening in the webview. If there is truly no log output either from the native xcode side, or when refreshing the webview view the web inspector for the JS side, then the only other explanation that I can think of is a plugin is misbehaving and potentially hanging. A brute force way of determining this is start uninstalling plugins one by one until it gets passed the splashscreen (even if it then results in an error because of a missing plugin, at least you found the likely culprit for the splashscreen hang). I would recommend doing this on `cordova-ios@5` with the `cordova-plugin-wkwebview-engine` installed because that's kind of your baseline/last known working state. Once the project is stabilised again, I'd consider upgrading to `cordova-ios@6`, noting the breaking changes mentioned in the [release blog](https://cordova.apache.org/announcements/2020/06/01/cordova-ios-release-6.0.0.html), and assuming that no further, consider upgrading to cordova-ios@7 ([release notes](https://cordova.apache.org/announcements/2023/07/10/cordova-ios-7.0.0.html)). At this point you'll be completely up to date and on a supported version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org