Xcode Backward Compatibility

I want to upgrade Xcode 3.2.3 to Xcode 4.0 but I want to confirm one thing about my current project code. Can there be update issues with my current code? Can I still run the code generated by Xcode 3.2.3 and run it and modify it with Xcode 4.0?

If you have experience with this, please let me know.

+3
source share
1 answer

Xcode 4 uses the same project structure as Xcode 3. You can easily switch between them.

+4
source

All Articles