xCode 3 和 SDK iOS 5(可能吗?)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6262877/
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
xCode 3 and SDK iOS 5 (is possible?)
提问by Mat
does anyone knows if i can use xCode 3.2.6 to implement iOS 5 based applications?
有谁知道我是否可以使用 xCode 3.2.6 来实现基于 iOS 5 的应用程序?
Thanks in advance.
提前致谢。
采纳答案by Jonathan.
You can install Xcode 4.2 and the iOS5 SDK in a different directory to your existing installtion, when installing choose to install in a different path (for example Developer-new). This way you can keep Xcode 3, but you will still not be able to develop iOS5 apps in it.
您可以将 Xcode 4.2 和 iOS5 SDK 安装在与现有安装不同的目录中,安装时选择安装在不同的路径(例如 Developer-new)。这样您可以保留 Xcode 3,但您仍然无法在其中开发 iOS5 应用程序。
(even if it is possible, it is unsupported so you may run into problems later, whether it's technical or Apple just not liking it)
(即使有可能,它也不受支持,因此您以后可能会遇到问题,无论是技术问题还是 Apple 不喜欢它)
If you're not switching to Xcode 4 because of the new layout, then you really need to, future versions of Xcode will be [highly likely] be based on this, and you will get left behind if you don't make the switch.
如果你没有因为新的布局而切换到 Xcode 4,那么你真的需要,未来的 Xcode 版本将[很可能]基于此,如果你不进行切换,你将被抛在后面.
回答by Arvind
No, The Xcode and IOS is always in same DMG file. You cannot upgrade IOS without upgrading XCode. Whether you use XCode 4 with previous versions of IOS.
不,Xcode 和 IOS 总是在同一个 DMG 文件中。不升级 XCode 就不能升级 IOS。您是否将 XCode 4 与以前版本的 IOS 一起使用。