breautek commented on issue #1407: URL: https://github.com/apache/cordova-ios/issues/1407#issuecomment-2079291008
NodeJS 20, or any current LTS is sufficient. A white screen generally means there was a JS error on launch. This often isn't reported in Xcode, but it will be reported in Safari Web Inspector. I have a guide that details [how to use the web inspector](https://breautek.com/articles/debugging-cordova-apps.html). Safari Web Inspector doesn't capture log events that occurred before it was attached, so once attached, use `cmd` + `R` with the inspector window focused, it will refresh/reload the webview. Any JS errors on launch occurring should be logged and it should give you more insight on the underlying issue. -- 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