简体   繁体   English

我可以在Xcode 3中运行Xcode 4 Project吗?

[英]Can I run Xcode 4 Project in Xcode 3?

I download the One Example which had been in Xcode 4. I have Xcode 3 therefore, I can't run the Project. 我下载了Xcode 4中的一个示例。我拥有Xcode 3,因此,我无法运行该项目。 Please let me know is it Possible to run Xcode 4 Project in Xcode 3? 请让我知道是否可以在Xcode 3中运行Xcode 4 Project?

Yes, this is possible. 是的,这是可能的。 Xcode4 saves the Xcode4 specific settings in a file that isn't used by Xcode3. Xcode4将Xcode4特定的设置保存在Xcode3不使用的文件中。 But the project "layout" (which files should be compiled, compiler settings etc) is still in Xcode3 compatible files. 但是项目“布局”(应编译哪些文件,编译器设置等)仍在Xcode3兼容文件中。 And all the .m , .h .xib files are of course in the same format as in Xcode3 并且所有.m.h .xib文件当然都与Xcode3中的格式相同

But since "I can't run the Project" isn't a helpful error description I can't help you further. 但是由于“我无法运行该项目”不是有用的错误描述,因此我无法进一步帮助您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM