First thing: i read the other answers to this common problem but they didn't solve my issue, so i'm asking here cause i can't understand why it doesn't work.
As you can imagine, my problem is:
I'm using xcode 6
and Swift
as language. I use Images.xcassets
as default for launch images located under Supporting Files
.
Here is my Images.xcassets
screenshot:
The images are simply blank .png images with right resolution.
As you can see in the last row, there is also the LaunchImage
for iPhone 5.
In my project general settings, Images.xcassets
is set as Launch Images Source
.
P.s. i know that this question was asked a lot of times, but also if i read the previous answers i couldn't find a solution.