Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LaunchScreen not showing up on any devices and projects

I tried server methods to fix this problem, but nothing seems to work. The launchScreen won't show up on any devices or any project. Even in the simulator the launchScreen is not showing up.

I added background color and a imageView to my launchScreen.

This is what I already tried:

set it to initialViewController

add new viewController and deleted the old one

changed the name in the info.plist

like image 451
adri567 Avatar asked Sep 08 '25 00:09

adri567


1 Answers

Make sure that Launch Screen Filename is correctly set.

enter image description here

like image 87
Jen Jose Avatar answered Sep 10 '25 11:09

Jen Jose