在 Lion 和 Snow Leopard 上进行开发
由于各种原因,我必须在 Lion 和 Snow Leopard 系统上进行开发。最新版本似乎是 Snow Leopard 的 Xcode 4.0.2 和 Lion 的 Xcode 4.1.1。
在这两个版本上进行开发是否存在任何问题?我的意思是在一个项目中创建一个项目,然后继续另一个项目?
For various reason I have to develop on both Lion and Snow Leopard systems. The latest releases seem to be Xcode 4.0.2 for Snow Leopard and 4.1.1 for Lion.
Are there any issues with developing on both these version? I mean creating a project in one, and continuing on another?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您编写的代码不应该有任何问题,因为它们都使用相同的语言。将 .xcodeproj 文件从 lion 传输到 Snow 或从 Snow 传输到 lion 也不应该有任何问题,它应该始终打开相同的文件。
顺便说一句,您想在 Snow 和 Lion 下开发 iOS 版吗?因为这样的话,应该就不会有什么问题了。两个 Xcode 都是版本 4,不同之处在于 4.1/4.1.1 针对 Lion 进行了优化,运行速度更快。
There shouldn't be any problem with the code you write, since it's both in the same language. There also shouldn't be any problem with transferring the .xcodeproj file from lion to snow or snow to lion, it should always open the same.
Btw you want to develop under snow and lion for iOS? Because then, there shouldn't be any problem at all. Both the Xcode's are version 4 and all that is different is that the 4.1/4.1.1 is optimized for Lion, runs much faster.