xcode 在设备上部署和测试应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9369191/
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-14 23:22:42  来源:igfitidea点击:

Deploy and test application on device

iosxcodeipod

提问by Ben Fishbein

How do I run my XCode project on my iPod touch?

如何在 iPod touch 上运行我的 XCode 项目?

I am a developer, my iPod runs iOS 5.0.1, but I can not figure out how to do this.

我是一名开发人员,我的 iPod 运行 iOS 5.0.1,但我不知道如何做到这一点。

回答by Titouan de Bailleul

You need an iOS Developer License (99$/year) and then, you need to follow these steps

您需要一个 iOS 开发者许可证(99 美元/年),然后,您需要按照以下步骤操作

1) Deploying iphone apps real devices

1) 在真实设备上部署 iphone 应用程序

OR

或者

2) Testing Apps on the Devices

2)在设备上测试应用程序

回答by Jayprakash Dubey

Now, you can test apps on real device without enrolling into Apple's $99 developer program. You only need to have free apple ID. ReferApple Docs - Free On-Device Development.

现在,您无需注册即可在真实设备上测试应用程序Apple's $99 developer program。您只需要拥有free apple ID. 请参阅Apple Docs - 免费设备端开发

Screenshot for documentation

文档截图