-
Notifications
You must be signed in to change notification settings - Fork 997
Description
Bug Report
Problem
When I just prepared for iOS, everything is created correctly, and I manage to run the application in the iOS emulator, but the splash screen does not load, it remains blank
What is expected to happen?
When adding the iOS platform, the splash screen is created correctly and displayed when the app is run
What does actually happen?
When I prepared the app for iOS, everything was created correctly and I managed to run the app in the iOS emulator, but the home screen does not load, it remains blank.
Now when I try to manually place the Launch Screen File in General, and place the CDVLaunchScreen.storyboard and compile, the app no longer loads, every time I open the app it crashes with the following error.
"*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'CDVLaunchScreen.storyboard' in bundle NSBundle"
I tried to create a Launch.storyboard myself in xcode, and it always gives me the same error that it cannot be found in the NSBundle.
I've been trying to figure out a solution for 10 hours, and I can't find any solution.
Information
Add iOS to a Cordova project in version 7.0.1, and prepare the project
Command or Code
Environment, Platform, Device
Mac OS, Sonoma
Emulator of iOS 17.2
Version information
Cordova CLI: 12.0.0
Cordova IOS: 7.0.1
Mac OS Sonoma, Xcode 15.2
Checklist
- I searched for existing GitHub issues
- I updated all Cordova tooling to most recent version
- I included all the necessary information above