在 Xcode 6 上的 iPad Mini Retina 上运行应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26418620/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 05:53:39  来源:igfitidea点击:

Run app on iPad Mini Retina on Xcode 6

iosxcodeios-simulatorxcode6

提问by josh

I build app for iPad and sent to my client, and gave me feedback that it runs on every iPad devices which we supported(compatible with iOS5+ iPad 1G, 2G, 3G, 4G, mini, mini 2, Air) except iPad Mini Retina, he said that App install fine but doesn't. I don't have iPad Mini Retina but I want to check this on my side. I install latest Xcode 6 but still I am not able to see iPad Mini Simulator which you can see attached image. So kindly any one give me suggestion how to accomplish this task. Thanks in advance. enter image description here

我为 iPad 构建应用程序并发送给我的客户,并给我反馈说它可以在我们支持的所有 iPad 设备上运行(与 iOS5+ iPad 1G、2G、3G、4G、mini、mini 2、Air 兼容),除了 iPad Mini Retina,他说应用程序安装很好,但没有。我没有 iPad Mini Retina,但我想在我身边检查一下。我安装了最新的 Xcode 6,但仍然看不到 iPad Mini Simulator,您可以看到附加的图像。所以请任何人给我建议如何完成这项任务。提前致谢。 在此处输入图片说明

回答by raurora

Although an iPad mini isn't an option for a simulated device in iOS Simulator, you can still test apps for the iPad mini in the simulator. To do this, run your app on the simulated iPad without Retina display.

尽管 iPad mini 不是 iOS 模拟器中模拟设备的选项,但您仍然可以在模拟器中测试 iPad mini 的应用程序。为此,请在没有 Retina 显示屏的模拟 iPad 上运行您的应用程序。

via Testing for the iPad mini

通过iPad mini 测试

So, the scoop is that you have to build apps for iPad 2 resolution. The iPad Mini is non-retina with a resolution of 1024x768 which means apps that already worked on an iPad 2 automatically work on iPad Mini. This is another useful thread.

因此,独家新闻是您必须为 iPad 2 分辨率构建应用程序。iPad Mini 是非视网膜的,分辨率为 1024x768,这意味着已经在 iPad 2 上运行的应用程序会自动在 iPad Mini 上运行。这是另一个有用的线程

回答by inga

You can test it on iPad Mini in Xcode by choosing Resizable iPadfrom the iOS simulators and then you can configure the pixel resolution in the simulator. The resolution in landscape is 1024x768 but on iPad Mini 2 and 3 it's 2048×1536. More info here.

您可以在 Xcode 中的 iPad Mini 上通过从 iOS 模拟器中选择Resizable iPad来测试它,然后您可以在模拟器中配置像素分辨率。横向分辨率为 1024x768,但在 iPad Mini 2 和 3 上为 2048×1536。更多信息在这里

回答by fbtb

For Xcode 7 one should use Ipad 2 and iPad Air. See the Reply from apple-staff-user "jeremyhu" on

对于 Xcode 7,应该使用 Ipad 2 和 iPad Air。请参阅 apple-staff-user "jeremyhu" 上的回复

https://forums.developer.apple.com/thread/12567

i don't think thats an adequate solution although.

我认为这不是一个足够的解决方案。