我可以在 Snow Leopard 机器上为 Lion 开发应用程序吗?
目前我正在Mac OS X 10.6.8上使用XCode 3.2.5开发Mac OS X应用程序,目标是Release i-386。我的应用程序能在 Lion 上正常运行吗?
我需要使用 XCode 4.0+ 吗?
谢谢
Currently I am developing a Mac OS X app with XCode 3.2.5 on Mac OS X 10.6.8, the target is Release i-386. Will my app run normally on Lion?
Do I need to use XCode 4.0+?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
理论上,在 10.6 SDK 下构建的每个应用程序都应该在 10.7 下运行得同样好。
如果需要,您也可以使用 Xcode 3.X。但是,是的,我建议使用最新、最好的 Xcode 版本(版本 4)进行开发。
Every app built under the 10.6 SDK should, theoretically, work just as well under 10.7.
And you can use Xcode 3.X too, if you want. But yes, I'd recommend using the latest and greatest versions of Xcode (version 4) for development.