“Missing retina 4-inch launch image” error, but I

2019-08-29 12:43发布

The following error appears when I run my iOS app on Xcode 5. I have added an image for the retina 4-inch iOS6 version through the asset catalog and the app runs without problem on my iPhone 5 and in the simulator.

Received error message



So why am I getting this error message and how can I get rid of it?

2条回答
我只想做你的唯一
2楼-- · 2019-08-29 13:20

Add the default image in project bundle to get ride of this issue(By default the image will be created).

enter image description here

查看更多
家丑人穷心不美
3楼-- · 2019-08-29 13:32

if you are working on iPhone5 app then you have to use Default-568@2x.png because of retina display.

查看更多
登录 后发表回答