Closed 192kobayashi closed 4 months ago
sorry
It seems there was an error in the build method.
Since it has been resolved, I will close it.
hey @192kobayashi , can u please let me know, how you fixed it as i am also having same issue (stucked at splash screen)
problem
After launching my app, the
deviceReady
event does not fire and the splash screen remains displayed.What is expected to happen?
After the splash screen you should see the home screen.
What does actually happen?
It was working fine with cordova-ios@6.3.0 until now. In order to check the operation before updating to cordova-ios@7.1.0, I updated the Mac version, updated Xcode to 15.4, and built it, and this issue started occurring.
The iOS versions confirmed were 17.5.1 and 14.8.
The issue did not change with either iOS version.
When checking the device log in 17.5.1, multiple errors like the one below were found, and the
deviceReady
event was not fired.When checking the log in developer mode with Safari in 14.8, the following was displayed, and the
deviceReady
event was also not fired.To check, I tried building with cordova-ios@6.3.0 (the version that had been working fine until now), but the same issue occurred.
To check if the problem was caused by my app, I also checked the official sample code (
npx cordova create hello com.example.hello HelloWorld
), but the same issue occurred.I'm having a hard time figuring out what the cause is. I would be grateful if you could let me know if you have any hypotheses as to what the cause might be.
information