0

My image assets catalogue not working.I don't know what happen here also Launch screen is empty see my screen shotsenter image description here

It strange launch screen is empty so why it showing me as splash screen. help me pleaseenter image description here

enter image description here

Insane Skull
  • 9,220
  • 9
  • 44
  • 63
Kamlesh Shingarakhiya
  • 2,757
  • 2
  • 16
  • 34

4 Answers4

0

Please ensure that you have "LaunchScreen.storyboard" file in project folder. If it's there it will show in dropdown.

When you are showing image on "LaunchScreen.storyboard", you need to drag and drop images in resource folder.

App will not pick image from "Assets.xcassets".

miOS
  • 1,379
  • 13
  • 20
0

Click on you project, in the Info tab you have the line "Launch screen interface file base name"

You can just remove that line and delete LaunchScreen.storyboard.

Tejas Ardeshna
  • 4,343
  • 2
  • 20
  • 39
0

If your ios version is 8 or grater then you have to use launchsreen.storyboard. So, set launch screen file as LaunchScreen and and set your image on that storyboard.

If you want to give support of ios 7 then you should use both Launch image source and Launch screen file.

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75
0

Remove reference to it from project settings.
notice your xcasstes folders , mine created Images.xcassets in addition to the Assets.xcassets. i ended up deleting the Images.xcasstes to fix build errors

Elazaron
  • 476
  • 11
  • 21