Xcode 4.1 / 4.2 项目兼容性?
全部:
我可以选择升级到 Xcode 4.2,但我的学生在他们的计算机实验室中却没有。是否存在项目兼容性问题?具体来说,我的 Xcode 4.2 可以打开 Xcode 4.1 项目,Xcode 4.1 项目可以打开 Xcode 4.2 项目吗?
与此相关的是,我发现 Xcode 4.2 有相当多的新功能(例如故事板)。如果我在课堂上启动 4.2 中的 Xcode,但不使用故事板等功能,我的学生会看到任何显着差异吗?
非常感谢您的任何见解,
迈克尔
All:
I have the option to upgrade to Xcode 4.2, but my students, in their computer lab, do not. Are there any project compatibility issues? Specifically, can my Xcode 4.2 open an Xcode 4.1 project, and can an Xcode 4.1 project open an Xcode 4.2 project?
Related to this, I see that Xcode 4.2 has quite a few new features (e.g., storyboarding). If I fire up Xcode in 4.2 in class, but don't use, say, storyboarding, are my students going to see any significant differences?
Thanks much for any insights,
Michael
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,Xcode 4.2 项目可以在 Xcode 4.1 中打开,反之亦然。
事实上,即使在 Xcode 4.2 中,Xcode 文件格式也是“Xcode 3.2 兼容”的。因此,您实际上可以在 Xcode 3.2.x 中打开在 Xcode 4.x 中创建的 Xcode 项目,反之亦然。
Yes, Xcode 4.2 projects can be opened in Xcode 4.1 and vice versa.
In fact, the Xcode file format even in Xcode 4.2 is "Xcode 3.2 compatible". So you can actually open Xcode projects created in Xcode 4.x in Xcode 3.2.x and vice versa.
要查看版本之间的差异,请查看所谓的变更日志。
http://mac.softpedia.com/progChangelog/Apple-Xcode-Changelog -7935.html
To see the differences between versions, look at what is called the changelog.
http://mac.softpedia.com/progChangelog/Apple-Xcode-Changelog-7935.html