构建错误 - 缺少 SDK

发布于 2024-11-13 19:40:41 字数 208 浏览 3 评论 0原文

我从网站下载了一些应用程序示例。 它曾经可以工作,但是当我回到 Xcode(几个月后)时,我尝试了它们,但它给了我这个错误。

错误:没有该名称的 SDK 或路径“iphoneos2.0”

我尝试查找名为“iphoneos2.0”的文件 并尝试寻找突出显示的代码,但一无所获。

有人可以帮我吗?

I downloaded some Application samples from a website.
It used to work but when I went back to Xcode (After a couple of months) I tried them and it gives me this error.

error: There is no SDK with the name
or path 'iphoneos2.0'

I tried looking for a file called "iphoneos2.0"
and tried looking for a highlighted code but nothing.

Could anyone help me please?

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

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

发布评论

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

评论(1

花开柳相依 2024-11-20 19:40:41

您下载的应用程序的目标Base SDK已设置为iphoneos2.0。将目标Base SDKiphoneos2.0更改为可用的iOS版本。

要更改 (Xcode 3.2) 中的构建设置 - 转到项目 ->编辑项目设置菜单。或者,双击 Xcode 项目树中的项目名称

要更改 (Xcode 4) 中的构建设置 - 在项目树中选择项目名称。它将打开 Xcode 文档区域中的项目设置

在项目设置中,搜索Base SDK

The Base SDK of your downloaded app's Target has set to iphoneos2.0. Change the Base SDK of the Target from iphoneos2.0 to a iOS version which is available.

To change the Build Settings in (Xcode 3.2) - Goto Project -> Edit Project Settings menu. Or, Double-click the project name in the project tree in Xcode.

To change the Build Settings in (Xcode 4) - Select the project name in the project tree. It will open the Project Settings in the document area of Xcode.

In the project settings, search for Base SDK.

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