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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top