Xcode:通用\iOS4应用程序的架构设置

发布于 2024-09-08 12:30:35 字数 253 浏览 9 评论 0原文

我想知道我的项目设置应该是什么,以防我有一个通用应用程序,我现在正在更新到 4.0。

基础 SDK 是 iPhone 设备 4.0 iPhone OS 部署目标是 iPhone OS 3.0

对于不同的配置(调试、发布),我应该在架构、仅构建活动架构复选框和 Valis 架构中输入什么?

另外,由于我的一些应用程序不是通用的,但支持 4.0 作为基础和 3.0 作为部署,架构设置会有什么不同吗?

谢谢罗伊

I was wondering what my project settings should be in case I have a universal app that I am now updating to 4.0.

The Base SDK is iPhone Device 4.0
iPhone OS Deployment Target is iPhone OS 3.0

What should I enter in the Architectures, Build Active Architecture Only checkbox and the Valis Architectures for the different configurations (debug, release)?

Also, since some of my apps are not universal but will support 4.0 as base and 3.0 as deployment, will it make any difference is the architectures settings?

Thanks

Roi

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

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

发布评论

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

评论(1

想念有你 2024-09-15 12:30:35

基础 SDK 应设置为最新版本的 SDK(即:4.2),这是您构建的基础,并确保您的应用程序在新操作系统上正常工作。 Xcode 现在有我推荐的“最新 iOS”选项。

部署目标是您希望能够安装应用程序的最低版本。这主要取决于您想要使用的功能。如果您想要iOS 4中引入的功能,则需要将部署目标设置为4.0。

另外,请注意,所有配置的这些设置都是相同的,并且在开发和发布之间不会有所不同。

Base SDK should be set to the most recent version of the SDK (ie: 4.2) this is what you build against and ensures that your app works properly on new OS's. Xcode now has a 'Latest iOS' selection which I recommend.

Deployment Target is the minimum version you want your app to be able to be installed on. This is mostly dictated by the features you want to use. If you want features introduced in iOS 4, you need to set the deployment target to 4.0.

also, be careful that these are set identically for all configurations and don't vary between development and release.

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