哪个版本的 Xcode 适合 mac os yosemite
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44982140/
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
Which Version of Xcode is suitable for mac os yosemite
提问by Shadman Faysal
I am using mac os yosemite [hackentos] 10.10. I want to install Xcode on my Mac, but the current version of Xcode 8.3.3 needs macOS Sierra, and I am not able to upgrade to Sierra.
我正在使用 mac os yosemite [hackentos] 10.10。我想在我的 Mac 上安装 Xcode,但当前版本的 Xcode 8.3.3 需要 macOS Sierra,我无法升级到 Sierra。
Which version of Xcode is suitable for Mac OS X Yosemite?
哪个版本的 Xcode 适合 Mac OS X Yosemite?
回答by jww
Which version of Xcode is suitable for MacOS Yosemite ...
哪个版本的 Xcode 适合 MacOS Yosemite...
Use Xcode 6 for MacOS Yosemite (10.10).
将 Xcode 6 用于 MacOS Yosemite (10.10)。
Xcode 6 is kind of disjoint. Its pretty typical considering Xcode supports OS X and iOS across OS releases. Xcode 6.0 - 6.2 was released for MacOS Mavericks (10.9). Xcode 6.3 - 6.4 was released for MacOS Yosemite (10.10).
Xcode 6 有点不相交。考虑到 Xcode 跨操作系统版本支持 OS X 和 iOS,这是非常典型的。Xcode 6.0 - 6.2 是为 MacOS Mavericks (10.9) 发布的。Xcode 6.3 - 6.4 已为 MacOS Yosemite (10.10) 发布。
It looks like Xcode 7.0 - 7.2.1 is applicable as well. Also see the Xcode 5.0 - 6.xand Xcode 7.0 - 8.xsupport on Wikipedia.
看起来 Xcode 7.0 - 7.2.1 也适用。另请参阅维基百科上的Xcode 5.0 - 6.x和Xcode 7.0 - 8.x支持。
If you need to use the command line to determine versions of what you have, then see Determine xcode command line tools versionon Apple Stack Exchange.
如果您需要使用命令行来确定您所拥有的版本,请参阅Apple Stack Exchange 上的确定 xcode 命令行工具版本。