Dina
Dina

Reputation: 467

Xcode backward compatibility

I want to upgrade my Xcode 3.2.3 to Xcode 4.0 but I want to confirm one thing about my current project code. Will upgrading cause problems with my current code ? Can I still run the code made by Xcode 3.2.3 and run it and modify it with Xcode 4.0 ?

If you have experience regarding this please let me know.

Upvotes: 3

Views: 741

Answers (1)

Stephen Darlington
Stephen Darlington

Reputation: 52565

Xcode 4 uses the same project structure as Xcode 3. You can switch back and forth between them without any trouble.

Upvotes: 4

Related Questions