xcode iOS 开发所需的最低 MacBook 和规格
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21365262/
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
minimum MacBook and specs required for iOS development
提问by user3158095
I have this MacBook 13":
我有这台 MacBook 13":
http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.4-white-13-early-2008-penryn-specs.html
I checked on the app store and it says Xcode requires OSX version 10.8.4 Mountain Lion and later. Although this page from apple dev center says the requirement is snow leopard 10.6.8 and later:
我查看了应用程序商店,它说 Xcode 需要 OSX 版本 10.8.4 Mountain Lion 及更高版本。虽然苹果开发中心的这个页面说要求是雪豹 10.6.8 及更高版本:
https://developer.apple.com/support/ios/ios-dev-center.html
The Mac on the page above says it's upgradeable to 10.7.5 Lion.
上面页面上的 Mac 说它可以升级到 10.7.5 Lion。
Is this MacBook sufficient for iOS development,and if so, what iOS version does it support?
这款 MacBook 是否足以进行 iOS 开发,如果可以,它支持什么 iOS 版本?
Much appreciated,
非常感激,
回答by Adrian P
From apple help center..
从苹果帮助中心..
What are the requirements for developing with the iOS SDK and Xcode?
To develop with the iOS SDK and Xcode, you must have an Intel-based Mac running Mac OS X Snow Leopard or later and you must be registered as an Apple Developer
使用 iOS SDK 和 Xcode 进行开发有什么要求?
要使用 iOS SDK 和 Xcode 进行开发,您必须拥有运行 Mac OS X Snow Leopard 或更高版本的基于 Intel 的 Mac,并且您必须注册为 Apple Developer
.
.
Depending to the version of xcode you want to use, you need to have the proper OS in your Mac machine. For example xcode 5 iOS 7 requires 10.8.4 or later versus the older version of xcode that would run on older machines. I suggest you keep up with the latest since the technologies available in xcode 5 are fun to work with.
根据您要使用的 xcode 版本,您需要在 Mac 机器上安装合适的操作系统。例如,xcode 5 iOS 7 需要 10.8.4 或更高版本,而旧版本的 xcode 可以在旧机器上运行。我建议你跟上最新的,因为 xcode 5 中可用的技术很有趣。
In addition your Mac 2008 might run up to iOS 5 xcode 4 although it is hard to find the link to the sdk. And as far as development is concerned apple requires all new and updates to be build and support iOS 7 from February 2014.
此外,虽然很难找到 sdk 的链接,但您的 Mac 2008 可能运行到 iOS 5 xcode 4。就开发而言,苹果要求从 2014 年 2 月开始构建并支持 iOS 7 的所有新功能和更新。