构建错误 - 缺少 SDK
我从网站下载了一些应用程序示例。 它曾经可以工作,但是当我回到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您下载的应用程序的目标的Base SDK已设置为iphoneos2.0。将目标的Base SDK从iphoneos2.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.