越狱后如何在原来的iPhone上运行和测试自己写的程序?
我已经越狱了。越狱后我不知道如何在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个,为越狱的 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
我正在遵循本指南: 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.