Mountain Lion 上 xCode 4.5.1 中的 iOS 4 和 iOS 5 SDK

Posted

技术标签:

【中文标题】Mountain Lion 上 xCode 4.5.1 中的 iOS 4 和 iOS 5 SDK【英文标题】:iOS 4 and iOS 5 SDK's in xCode 4.5.1 on Mountain Lion 【发布时间】:2012-10-24 13:06:56 【问题描述】:

我已迁移到 Mountain Lion 操作系统版本 10.8.2。从山狮开始,安装了 xCode 4.5.1。现在我只获得了开发目标 ios 6。但是,我必须在 xCode 4.5.1 中部署两个版本的 sdk(iOS 5 和 iOS 4)。

如何在 xCode4.5.1 中同时拥有 iOS 5 和 iOS 4 SDK(模拟器)?

请帮忙。

谢谢, 鲁比尼.S

【问题讨论】:

【参考方案1】:

这是你需要做的..

从 developer.apple.com 下载 XCode 4.3.* dmg 并安装应用程序 双击 dmg 文件 右键单击 XCode 图标并选择“显示包内容” 导航到目录 /Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs 将目录iPhoneSimulator5.1.sdk拖到桌面

打开终端会话并执行以下命令

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

sudo mv $HOME/Desktop/iPhoneSimulator5.1.sdk 。

sudo chmod -R root:wheel iPhoneSimulator5.1.sdk

重启 XCode

现在,如果您启动模拟器,您应该能够切换到硬件下的 iOS 5.1 选项 如果您还想在 iOS5 上进行测试,请从 iPhoneOS.platform 目录中复制相关的 SDK

【讨论】:

谢谢。我会检查一下。 那应该是chown 并且因为我的 .sdk 目录中没有其他内容归root:wheel 所有,我想我应该只是更改它以匹配其他所有内容。 很好的答案。关于在 Mountain Lon 为 Xcode 安装 iOS 4 有什么建议吗?

以上是关于Mountain Lion 上 xCode 4.5.1 中的 iOS 4 和 iOS 5 SDK的主要内容,如果未能解决你的问题,请参考以下文章

Xcode 4.5.2 在 Mac OS X Mountain Lion 上不断崩溃?

Mountain Lion 上 xCode 4.5.1 中的 iOS 4 和 iOS 5 SDK

在 Mountain Lion 上运行 4.3 版的 iOS 应用程序

OSX Mountain Lion 和 Xcode 4.4 中的网络链接调节器 Prefpane 在哪里[关闭]

OSX Mountain Lion 和 Xcode 4.4 中的网络链接调节器 Prefpane 在哪里[关闭]

如何卸载 Xcode 4.4 命令行工具(Mac OS X 10.8 Mountain Lion)?