Rahul Rana
Rahul Rana

Reputation: 103

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. Please let me know is it Possible to run Xcode 4 Project in Xcode 3?

Upvotes: 0

Views: 390

Answers (1)

Matthias Bauch
Matthias Bauch

Reputation: 90117

Yes, this is possible. Xcode4 saves the Xcode4 specific settings in a file that isn't used by Xcode3. But the project "layout" (which files should be compiled, compiler settings etc) is still in Xcode3 compatible files. And all the .m, .h .xib files are of course in the same format as in Xcode3

But since "I can't run the Project" isn't a helpful error description I can't help you further.

Upvotes: 3

Related Questions