iPhone 团队开发人员,我们都需要相同的操作系统吗?

发布于 2024-08-24 13:15:06 字数 198 浏览 6 评论 0原文

我刚刚开始与一个小团队(非常年轻和天真的)同事一起开发 iPhone,我们对 OS X 都相当陌生,我的问题是:

如果我们计划为每个 iPod Touch/iPhone 进行开发(不是iPad,我读到那个东西需要 Snow Leopard),如果我们都拥有 Leopard 和 Snow Leopard 系统的组合,那么在共享代码(并进行提交)时我们会遇到什么问题?

I´m just starting iPhone development with a small team of (really young and naive) colleagues, we all are fairly new to OS X, my question is:

If we are planning to develop for every iPod Touch/iPhone out there (not the iPad, I read that thing requires Snow Leopard), what problems will we encounter when sharing code (and making commits) if we all have a combination of Leopard and Snow Leopard systems?

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

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

发布评论

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

评论(2

七颜 2024-08-31 13:15:06

只要您不使用 iPhone SDK 版本 3.2,就应该没问题,正如您所知,该版本需要 Snow Leopard。您将在 Leopard 上使用 Xcode 3.1.4,在 Snow Leopard 上使用 Xcode 3.2.1。需要注意的是:确保将项目保存为与 Xcode 3.1(默认)兼容,并且不要将其兼容性级别更改为 3.2,除非每个人都使用 Snow Leopard。

You should be OK as long as you're not using the iPhone SDK version 3.2, which requires Snow Leopard, as you already know. You'll be using Xcode 3.1.4 on Leopard and Xcode 3.2.1 on Snow Leopard. One caveat: ensure that you save your project as compatible with Xcode 3.1 (which is the default) and don't change its compatibility level to 3.2 unless everyone is on Snow Leopard.

风渺 2024-08-31 13:15:06

Xcode 的分布式构建系统(当它工作时)将仅分发到相同的操作系统(版本)。因此,如果您确实使用分布式构建,您会看到所有都在同一操作系统上的好处。

Xcode's distributed build system (when it works) will only distribute to the same OS (version). So if you really use distributed builds, you'd see a gain from all being on the same OS.

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