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

我的梦境 提交于 2019-12-13 03:59:08

问题


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.



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


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/19422662/missing-retina-4-inch-launch-image-error-but-i-i-have-that-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!