Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top