在 Snow Leopard 上安装 Mac OS X SDK 10.5
有没有一种简单的方法可以在 Snow Leopard 上安装/下载 Mac OS X 10.5 SDK?
我通过 Mac App Store 安装了 Xcode 4.0。如果需要的话我也可以从开发者网站下载它,但我不知道它是否包含10.5 SDK。
我需要 10.5 SDK 来构建 Android。这是文档中规定的硬性要求。我尝试符号链接到 10.6 SDK,但没有成功。
(也许从实际运行 10.5 并安装了旧版本 Xcode 的旧 Mac 上获取 SDK 就可以了?这行得通吗?)
Is there an easy way to install / download the Mac OS X 10.5 SDK on Snow Leopard?
I have Xcode 4.0 installed via the Mac App Store. I can also download it from the developer site if necessary but I don't know if it includes the 10.5 SDK.
I need the 10.5 SDK for building Android. It is a hard requirement stated in the docs. I tried symlinking to the 10.6 SDK but that didn't work.
(Perhaps it would be OK to get the SDK from an older Mac that is actually running 10.5 and has an older version of Xcode installed? Would that work?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
10.5 sdk 不适用于 XCode 4.0。如果需要,您需要保留 XCode 3.2.6。
The 10.5 sdk is not available for XCode 4.0. You will need to keep XCode 3.2.6 if you need it.
这里显示了在 Snow Leopard 上安装 Mac OS X SDK 10.5 的解决方案:
如何在 xCode 4 中添加 10.5 的基本 SDK
基本上,您可以从 Xcode 3 安装程序运行 MacOSX10.5.pkg 并将 SDK 安装到 Xcode 4 安装中。
There is a solution to install the Mac OS X SDK 10.5 on Snow Leopard shown here:
How to add base SDK for 10.5 in xCode 4
Basically, you can run the MacOSX10.5.pkg from an Xcode 3 installer and install the SDK into an Xcode 4 install.