cb428
cb428

Reputation: 495

App launch image not updating

I changed the image used in my launch screen, but for some reason the old one still shows when I launch the app. I've deleted DerivedData, cleaned the app, deleted the app from my iPhone, open/closed Xcode, not sure what I should do? In the storyboard it even shows the new image.

Upvotes: 3

Views: 1064

Answers (3)

Abdul Malik Aman
Abdul Malik Aman

Reputation: 11

Simple method to update launch image On simulator: Reset simulator (Hardware -> Erase all content and settings) On Devices : Edit scheme -> Run -> change build configuration 'Debug' to 'Release' then run on simulator or devices. 😎

Upvotes: 1

jules
jules

Reputation: 840

It's probably the Springboard cache. - Uninstall the app after an update - Reboot the device - Install the updated version.

This should have cleared the Springboards cache.

Upvotes: 2

Dawan
Dawan

Reputation: 166

Why don't you put your launch image in images.xcassets instead of storyboard?

Upvotes: 0

Related Questions