Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Stuck on Splash Screen in Xcode 16 only #1500

Open
moh1122 opened this issue Oct 23, 2024 · 1 comment
Open

App Stuck on Splash Screen in Xcode 16 only #1500

moh1122 opened this issue Oct 23, 2024 · 1 comment
Labels
info-needed Further information is requested

Comments

@moh1122
Copy link

moh1122 commented Oct 23, 2024

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 ([email protected])

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
@breautek
Copy link
Contributor

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.

@breautek breautek added the info-needed Further information is requested label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants