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 缺失


- 网上有没有好的 UIScrollView 教程? 2022-01-01
- URL编码Swift iOS 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- UITextView 内容插图 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01