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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top