如何在越狱的 iPad 上构建应用程序?
我有 XCode 3.2.2,正在尝试为我越狱的 iPad 构建一个应用程序。我已按照此处的 Multi- 上的虚假代码签名应用程序教程进行操作触摸论坛。在 iPad 上,我安装了 AppSync。不过,当我尝试构建我的应用程序时,我
Error Starting Executable
No provisioned iPhone OS device is connected.
想接下来我会尝试 Cydia 的 教程...无论如何,首先做这可能是有意义的。我会在这里发布进展。但与此同时,欢迎提出任何建议。
谢谢!
托马斯
I have XCode 3.2.2 and am trying to build an app to my jailbroken iPad. I have followed the tutorial to Fake Code Sign Apps here on Multi-Touch forums. On the iPad, I installed AppSync. Still, when I tried to build my app, I got
Error Starting Executable
No provisioned iPhone OS device is connected.
I think next, I'll try Cydia's tutorial....which probably woulda made sense to do first anyway. I'll post progress here. But in the meanwhile, any suggestions are welcome.
Thanks!
Thomas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,很明显,我只是个白痴。我使用的是 XCode 3.2.2,它仅支持 iPad 3.2。我的 iPad 安装了 3.2.1。更新我的 XCode 可能会解决这个(非)问题,哈哈。
有三种方法可以做到这一点:
所有内容都有详细说明和解释 此处。
我是自签名的。这是感兴趣的人的流程。
自签名
/Developer/Platforms/iPhoneOS.platform/
。/build/Debug-iphoneos/AppName.app
) 获取 .app 文件/Applications
目录OK so clearly, I'm just an idiot. I'm using XCode 3.2.2, which only supports iPad 3.2. My iPad has 3.2.1 installed. Updating my XCode will probably fix this (non) issue lol.
There are three ways to do this:
All are detailed and explained here on Saurik's site.
I went with self-signing. Here's the process for those interested.
Self-Signing
/Developer/Platforms/iPhoneOS.platform/
./build/Debug-iphoneos/AppName.app
)/Applications
directory on the device在 xcode 的菜单栏中,转到 windows->organizer。我不记得它到底是什么样子,但一旦你插入一个 ios 设备(又名 iPad),它应该出现在左侧的设备下。单击它,您将看到一个屏幕,上面有大约 2 个按钮,其中一个按钮是“用于开发”或类似的内容。单击此按钮将为开发配置 iPad,之后一切都会正常工作。对所有其他 ipad/手机/touch 重复此操作。
In xcode's menu bar, go to windows->organizer. I don't remember exactly what it looks like, but once you plug in an ios device (aka the iPad) it should appear under devices on the left hand side. Click on it, and it will take you to a screen with 2 or so buttons on it, one of which will be 'use for development', or something like that. Clicking this will provision the iPad for development, and everything should work fine after that. Repeat for all other ipads/phones/touches.