xcode 如何在 iPad 硬件中测试 iPad 应用程序(不是在模拟器中)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5767140/
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
How to test the iPad app in iPad hardware (not in simulator)
提问by prosseek
After I'm done with build and test on iPad simulator, I need to test the app on iPad hardware. How can I do that?
在 iPad 模拟器上完成构建和测试后,我需要在 iPad 硬件上测试应用程序。我怎样才能做到这一点?
回答by Anomie
If you've paid for a developer key, you should be able to open the Organizer window, set up your device, and then select the device rather than the simulator as the target in XCode. See Apple's documentationfor details.
如果您已经支付了开发人员密钥,您应该能够打开管理器窗口,设置您的设备,然后在 XCode 中选择设备而不是模拟器作为目标。有关详细信息,请参阅Apple 的文档。
If you haven't and won't buy a developer key, you'll have to jailbreak your device. In that case, the answers to How can I test my iPad app on my actual iPad?may help you.
如果你没有也不会购买开发者密钥,你就必须越狱你的设备。在这种情况下,如何在我的实际 iPad 上测试我的 iPad 应用程序的答案?可能会帮助你。