我的 Xcode 4 项目可以在 Xcode 3 中运行吗?
进一步回答这个问题:
我用 Xcode 4 编写了一些代码Xcode 3 中的 UML 建模功能已在 Xcode 4 中删除。
我仍然想使用 Xcode 3 中的 UML 建模功能,我用 Xcode 4 编写的项目是否可以在 Xcode 3 中工作,
Further to this question:
I wrote some code with Xcode 4. The UML modelling feature in Xcode 3 was removed in Xcode 4.
I would still like to use the UML modelling feature in Xcode 3, will my project written with Xcode 4 work in Xcode 3,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道你的图表,但你的 Xcode 4 项目(大部分)将与 Xcode 3 一起工作。(至少,它应该工作得足够好,可以根据类生成图表。)
I don't know about your diagrams, but your Xcode 4 project will (mostly) work with Xcode 3. (At least, it ought to work well enough to generate diagrams based on the classes.)
如果您想继续使用 Xcode 4 进行开发并且可以访问另一台计算机或 VMWare 映像,则可以在其上安装 Xcode 3 的副本并仅使用它生成图表。
或者,您可以获取商业产品,例如 Visual Paradigm 对您的 Objective-C 源代码进行逆向工程或再次开始使用 Xcode 3 进行开发(如果可能)。
If you’d like to continue using Xcode 4 for development and you have access to another computer or a VMWare image, you could install a copy of Xcode 3 on it and use it to generate diagrams only.
Alternatively, you get a commercial product like Visual Paradigm to reverse engineer your Objective-C source code or start using Xcode 3 again for development (if possible).