问题描述
我正在尝试定义启动图像。可能只缺少一张图片。
I'm trying to define launch images. Probably only one image is missing.
我按照本网站的说明
所以我有7张所需尺寸的图像。
但是当我将它们拖到LaonchImages工作表时,它需要8个图像...缺少的图像被称为iPhone Portrait 2x,根据细节窗格我发现它的大小为640x960并且我添加了它。
So I have 7 images with the required size.But when I drag them to LaonchImages sheet it requires 8 images...the one that is missing is called "iPhone Portrait 2x" and according to the details pane I found its size 640x960 and I added it.
sill我收到错误 - 编译失败......
sill I'm getting the error - and the compilation fails...
推荐答案
选择你的项目,转到Build Settings,搜索AppIcon-2并将其更改为AppIcon,你会没事的。
Select your project, go to Build Settings, search for AppIcon-2 and change it into AppIcon and you will be fine.
这篇关于我收到错误“没有输入目录包含匹配的启动图像”在xCode5-iOS7中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!