xcode 4.2 是否与 mac os 10.6.3 兼容?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5241940/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:24:57  来源:igfitidea点击:

Is xcode 4.2 is compatible with mac os 10.6.3?

xcodemacosoperating-system

提问by Archana Chaurasia

I have develop an application in xcode 3.2 in mac os 10.6.3, but its not working but in 4.2 its working fine, so I have to download xcode 4.2. I want to know that Is xcode 4.2 is compatible with mac os 10.6.3 ?

我在 mac os 10.6.3 的 xcode 3.2 中开发了一个应用程序,但它不工作,但在 4.2 中它工作正常,所以我必须下载 xcode 4.2。我想知道 xcode 4.2 是否与 mac os 10.6.3 兼容?

采纳答案by Coxy

Now that Xcode 4 has been officially/publicly released, I believe we can answer this question definitively.

现在 Xcode 4 已经正式/公开发布,我相信我们可以明确回答这个问题。

Xcode 4 is available through the Mac App Store which requires OS X 10.6.6.
See: http://itunes.apple.com/ca/app/xcode/id422352214?mt=12

Xcode 4 可通过需要 OS X 10.6.6 的 Mac App Store 获得。
请参阅:http: //itunes.apple.com/ca/app/xcode/id422352214?mt=12

Of course, the program itself might run under older version of the OS but that usually requires editing .plist files so that the OS version being checked is lower (or the version being reported by the system is higher.)

当然,程序本身可能会在旧版本的操作系统下运行,但这通常需要编辑 .plist 文件,以便检查的操作系统版本较低(或系统报告的版本较高)。

回答by Jon Reid

Questions about pre-release software (Xcode 4) can't be answered in a public forum without violating Apple's license agreement. Instead, you can post your question to Apple Developer Forums.

在不违反 Apple 许可协议的情况下,无法在公共论坛上回答有关预发布软件 (Xcode 4) 的问题。相反,您可以将您的问题发布到 Apple 开发者论坛。