adirgan opened a new issue, #1401: URL: https://github.com/apache/cordova-ios/issues/1401
# 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 <!-- Include all relevant information that might help understand and reproduce the problem --> Add iOS to a Cordova project in version 7.0.1, and prepare the project ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Mac OS, Sonoma Emulator of iOS 17.2 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova CLI: 12.0.0 Cordova IOS: 7.0.1 Mac OS Sonoma, Xcode 15.2 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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 -- 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.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