Hello all. I was following this Phillip's tutorial...
# compose-ios
s
Hello all. I was following this Phillip's tutorial on setting up a launch screen for IOS on a kotlin multiplatform project. Here is the link.

Launch screen Tutorial

. And somehow it doesn't work for me. Like it doesn't work at all
Here is what I am doing
Here you can see I have setup the launch screen file
Here I am setting up the configuration before running it. But it doesn't show up. I'm not sure why
I have also tried deleting the app and reinstalling, just doesn't work for me at all
f
Try to reboot the device or delete and create a simulator again. For some reason these launch screens are cached
j
Don’t use pictures from Asset folder in your launchscreen file, instead create a new folder and put your picture into it and use it then in your launchscreen file
This is a long known issue with Xcode and iOS
s
I tried everything except re-creating the simulator didn't work
I see. Maybe I will try some other time. I actually got it to work with the help of gemini pro. But what it just did was just to add the key for the Launch screen in the Info.plist file and it worked