基于 PPC 的计算机上的 iPhone 开发

发布于 2024-07-16 05:18:18 字数 368 浏览 3 评论 0原文

有人说,为 iPhone 进行开发需要一台基于 Intel 的计算机,但根据我读过的一些介绍性苹果文档,情况似乎并非如此。 例如,请参阅,其中仅表示“为开发应用程序iPhone 操作系统,您需要一台运行 Xcode 工具的 Mac OS X 计算机。” 有人可以提供参考吗?

It has been said elsewhere that developing for iPhone requires an Intel-based computer, but this doesn't seem to be the case according to the few introductory Apple docs I've read. See this for example, which says merely, "To develop applications for iPhone OS, you need a Mac OS X computer running the Xcode tools." Can anyone provide a reference?

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

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

发布评论

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

评论(5

毅然前行 2024-07-23 05:18:18

我已经成功地从 PowerPC G5 为每个版本的 iPhone SDK 编译、模拟和设备调试 iPhone 应用程序,直至 iPhone SDK 3.0(但不包括 iPhone SDK 3.0)。

您只需要编辑两件事: 更改 Xcode 的安装程序脚本,以便安装程序将其安装在 PowerPC 上,并且 更改默认模拟器配置,以便将 PPC 视为有效的模拟器目标架构。

有时从 PPC 安装到设备上会很不稳定,但它会起作用。

对于 iPhone SDK 3.0,Apple 尚未使用 PPC 代码构建 Interface Builder 组件。 这意味着不可能(没有破解或解决方法)使用 SDK 3.0 Interface Builder。 在 PPC 上构建和运行 iPhone 应用程序的乐趣很快就会结束——很可能是 Snow Leopard,其中 Xcode 本身可能会丢失 PPC 代码(并不是说 PPC 用户无论如何都会运行 Snow Leopard,而是 Snowless Leopard 的 Xcode 更新将会结束)。

摘要: 是的,它可以在 PPC 上运行。 是的,从 PPC 调试设备很不稳定。 不,它不会持续太久——PPC 代码将慢慢被删除。

I have successfully compiled, simulated and device debugged iPhone apps from a PowerPC G5 for every version of the iPhone SDK up to but not including iPhone SDK 3.0.

You only need to edit two things: change Xcode's installer script so the installer will install it on a PowerPC and change the default Simulator configuration so it considers PPC a valid simulator target architecture.

It is sometimes flakey installing onto a device from a PPC but it will work.

For iPhone SDK 3.0, Apple have not built the Interface Builder components with PPC code. This means it is impossible (no hack or workaround) to use the SDK 3.0 Interface Builder. The fun of building and running iPhone apps on the PPC will end soon -- likely Snow Leopard where Xcode itself will likely lose PPC code (not that PPC users will be running Snow Leopard anyway but Xcode updates for Snowless Leopard will end).

Summary: Yes, it works on PPC. Yes, debugging the device from a PPC is flakey. No, it won't last long -- the PPC code will slowly be removed.

诗化ㄋ丶相逢 2024-07-23 05:18:18

Cnet 提供了有关在 PPC 上进行设置的说明。 请记住,苹果不太可能对此提供太多帮助 - 它完全不受支持,因为它首先需要破解才能工作。

Cnet has instructions on setting it up on PPC. Just remember that Apple's not likely to be much help with it - it's entirely unsupported, as it requires a hack to even work in the first place.

北凤男飞 2024-07-23 05:18:18

嗯,我相信苹果公司说它仅限于英特尔,但确实有人在 PPC 上使用它的至少一部分:http://arstechnica.com/apple/news/2008/03/iphone-sdk-not-just-intel-only- now.ars

Google 上还有其他热门文章可以告诉您如何设置它。

Hm, I believe Apple says it's intel-only, but there are certainly cases of people getting at least part of it working on PPC: http://arstechnica.com/apple/news/2008/03/iphone-sdk-not-just-intel-only-anymore.ars

There are other hits on Google that tell you how to set it up.

伪心 2024-07-23 05:18:18

我想对 Alex Blewitt 的 PPC iPhone SDK 安装程序脚本表示衷心的感谢和推荐。 他打包一个工具,只需简单的说明即可完成整个操作。 我刚刚在我旅行时随身携带的 Powerbook 12" 上运行了它。

I'd like to say a big thank you and recommendation for Alex Blewitt's PPC iPhone SDK installer script. He packaged a tool that does the whole thing for you complete with simple instructions. I just got it running on my Powerbook 12" which I travel with.

小ぇ时光︴ 2024-07-23 05:18:18

http://blog.flextip.net /2008/12/iphone-no-architectures-to-compile-for-ppc/

这个链接对我有好处。 我在PPC上成功安装了SDK

http://blog.flextip.net/2008/12/iphone-no-architectures-to-compile-for-ppc/

This link is good for me. I was installed SDK on PPC successfull

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