Xcode 6在4英寸设备上进行测试,但显示3.5英寸视图

时间:2014-09-25 17:14:34

标签: ios

使用xcode 6,当我尝试使用iphone 5进行调试时,屏幕显示iphone 4s版本。有人知道这有什么问题吗?我尝试在文件检查器上更改推断版本。

1 个答案:

答案 0 :(得分:1)

您需要为每个屏幕尺寸添加默认启动图像才能使其正常工作。

创建图像资产目录,并为每种尺寸添加默认的启动图像。

转到您的项目并查看Launch Image Source并按Use Asset Catalog: enter image description here

然后在您的资产目录>启动图像插入图像(并选择您支持的尺寸): enter image description here