You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app should launch normally as my build is succeeding. Its now freezing on launch screen without any errors in log. I faced this issue after updating xcode to v 16
What does actually happen?
Its now freezing on launch screen without any errors in log. I faced this issue after updating xcode to v 16
Information
Command or Code
just running the app on a simulator its freezing on launch screen
Environment, Platform, Device
iOS im using Xcode 16
Version information
12.0.0 (cordova-lib@12.0.1)
xcode 16
Checklist
[ X] I searched for existing GitHub issues
[ X] I updated all Cordova tooling to most recent version
[ X] I included all the necessary information above
The text was updated successfully, but these errors were encountered:
Its now freezing on launch screen without any errors in log. I faced this issue after updating xcode to v 16
XCode logs or safari JS console?
"Stuck on splash screen" issues is usually a JS error on startup preventing full execution of launch.
Something should be seen if you used the safari web inspector. There is a caveat though, that safari doesn't capture log events until after the inspector is attached. So to see JS startup logs, you'll need to "refresh" the webview after attaching the web inspector. This can be done by pressing cmd + r while the inspector window is focused.
Bug Report
Problem
What is expected to happen?
The app should launch normally as my build is succeeding. Its now freezing on launch screen without any errors in log. I faced this issue after updating xcode to v 16
What does actually happen?
Its now freezing on launch screen without any errors in log. I faced this issue after updating xcode to v 16
Information
Command or Code
just running the app on a simulator its freezing on launch screen
Environment, Platform, Device
iOS im using Xcode 16
Version information
12.0.0 (cordova-lib@12.0.1)
xcode 16
Checklist
The text was updated successfully, but these errors were encountered: