Question

I'm collaborating on a project using a git repository. Some contributors machines only run Xcode 4, but I need to upgrade to Xcode 5. Will this cause any conflicts or corruption or can Xcode handle it?

Was it helpful?

Solution

There were no changes done to project file so you can safely use it on both versions same time. Xcode 5 might just prompt you for some automatic settings changes - so you should ignore that otherwise Xcode 4 might be asking again to revert those changes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top