XCODE Base SDK Missing(XCODE 基础 SDK 缺失)
问题描述
我有一个基于 IOS 4.1 的应用程序,但最近我已将我的 XCODE 升级到支持 IOS 4.3 的 3.2.6.
I have a application built on IOS 4.1 but recently I have upgraded my XCODE to 3.2.6 which supports IOS 4.3.
如何在这个 XCODE 中运行这个应用程序.即使我选择部署目标 SDK 为 4.1,我所看到的只是缺少基本 SDK"消息.
How can I run this application in this XCODE. All I am seeing is the "Base SDK Missing" message even though I am choosing the deployment target SDK as 4.1.
请提出建议.
推荐答案
除了Deployment Target,还需要设置Base SDK.
As well as the Deployment Target, you need to set the Base SDK.
进入项目菜单,然后编辑项目设置.选择 Build 选项卡,在顶部附近,有一个 Base SDK 设置.
Go to the Project menu, then Edit Project Settings. Select the Build tab, and near the top, there is a Base SDK setting.
有时,您还需要清理所有目标,然后重新启动 Xcode 以使其正常工作.
Sometimes, you also need to clean all targets, and restart Xcode for it to work properly.
这篇关于XCODE 基础 SDK 缺失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:XCODE 基础 SDK 缺失


基础教程推荐
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01