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


基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01