越狱后如何在原来的iPhone上运行和测试自己写的程序?

发布于 2024-09-19 06:48:43 字数 114 浏览 3 评论 0原文

我已经越狱了。越狱后我不知道如何在我的 iPhone 上安装我的 helloworld 程序。请问谁能告诉我在我的 iPhone(硬件)上一步一步安装/部署我自己的程序/应用程序的最简单方法?请我很困惑。请....

I have done jailbreaking. After jailbreaking I don't know how to install my helloworld program on my iPhone. Plz can anyone tell me the easiest way of installing / deploying my own program / app on my my iphone (hardware) step by step? Plz I m very much confused. plz ....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

玉环 2024-09-26 06:48:43

看看这个,为越狱的 iPhone 进行开发 (iOS 4.0.1):

http://www.alexwhittemore .com/?p=398

Check this out, Developing for a Jailbroken iPhone (iOS 4.0.1):

http://www.alexwhittemore.com/?p=398

私藏温柔 2024-09-26 06:48:43

我正在遵循本指南: http://iphonedevwiki.net/index.php/Xcode
实际上,我只执行了前四个步骤,即遵循 Apple 的自签名指南 + 编辑 Info.plist 文件。

最初,我通过 ssh 将应用程序复制到设备上的 /Applications 文件夹中。
后来我意识到我还可以使用 Xcode 通过 USB 将应用程序发送到设备。
在这种情况下,应用程序将被复制到文件夹 /Users/Applications 中。

I was following this guide: http://iphonedevwiki.net/index.php/Xcode
Actually I was performing only the first four steps, i.e. following Apples guide on selfsigning + editing the Info.plist file.

Originally I was copying my apps via ssh into the /Applications folder on the device.
Later I realised that I was also able to use Xcode to send the apps to the device via USB.
In that case the apps get copied into the folder /Users/Applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文