简体   繁体   English

将 iPhone 应用程序安装到 iPhone

[英]Installing iPhone App to iPhone

I followed the tutorial from this site:我遵循了这个网站的教程:

http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/ http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/

to make my first iPhone application, now I would like to test this application on my iPhone, what steps do I need to take in order to do this?制作我的第一个 iPhone 应用程序,现在我想在我的 iPhone 上测试这个应用程序,我需要采取哪些步骤才能做到这一点?

You have two choices.你有两个选择。 You can register to become an iPhone developer like most people do on the iPhone Dev Center , and then deploy directly to the device by selecting "Device - iPhone OS 2.2" in the Overview menu and then hitting Build and Go.您可以像大多数人一样在iPhone 开发中心注册成为 iPhone 开发人员,然后通过在概览菜单中选择“设备 - iPhone OS 2.2”然后点击构建和 Go 直接部署到设备。

If you're not using any 2.2-specific APIs, you can compile with "Device - iPhone OS 2.1" and then send your app bundle over to a jailbroken iPhone via SFTP, and fake the codesign process using the ldid utility, allowing you to mess around with your apps on the device without registering to become a developer, and without having the headache of installing the open toolchain.如果您没有使用任何 2.2 特定的 API,您可以使用“设备 - iPhone OS 2.1”进行编译,然后通过 SFTP 将您的应用程序包发送到越狱的 iPhone,并使用 ldid 实用程序伪造代码设计过程,让您可以无需注册成为开发人员即可在设备上随意摆弄您的应用程序,也无需为安装开放工具链而头疼。

Become a registered iPhone developer.成为注册的 iPhone 开发者。 You can't deploy to the phone without doing this first.如果不先执行此操作,您将无法部署到手机。

http://developer.apple.com/iphone/ http://developer.apple.com/iphone/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM