First of all this question has nothing to do with other similar questions on SO because this problem involves using LaunchScreen.storyboard
and the solutions presented on SO don't solve this problem.
I am using an image inside LaunchScreen.storyboard
. I change that image and every time the app starts it shows the old image. Things I have tried:
- Name the image differently every time
- Delete de DerivedData contents
- Move the image from the Assets file to the outside
- Product > Clean
- Delete the app from the device.
- Do all 1-4 plus quit and restart Xcode.
It is amazing but nothing works. I have tried everything except voodoo.
The techniques above seem to work for images used elsewhere but not for images used by LaunchScreen.storyboard
.
I am running it on the device.
Any ideas?