如何更改 xcode 4.2 上的基本 SDK?

发布于 2024-12-12 09:53:25 字数 37 浏览 0 评论 0原文

我想更改 xcode 4.2 上的基础 SDK,我该怎么做?

I want to change the base SDK on xcode 4.2, how can I do this?

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

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

发布评论

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

评论(1

嘦怹 2024-12-19 09:53:25

您必须将 Base SDK 指定为 iOS 5.0,将部署目标指定为您要运行的操作系统版本(4.2?)。

最重要的是您不能使用 iOS 5.0 中引入的任何 API/库。如果您想使用它们,请确保仅在运行的操作系统响应它们时才调用它们。如果您调用 iOS 4.2 中不存在的任何方法,您必须首先检查它们是否在运行的操作系统上可用。 a href="https://stackoverflow.com/questions/3339722/check-iphone-ios-version">这个问题可能会对您有所帮助..这篇博客文章可能也会有所帮助..

You have to give Base SDK as iOS 5.0, deployment target as OS version that you want to run (4.2?).

Most important thing is you can't use any API's/ libraries introduced in iOS 5.0. If you want to use them, make sure they are only called if running OS responds to them..If you are calling any methods which is not present in iOS 4.2, you have to check first whether they are available on running OS..This question might help you there..This blog post might also helps..

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