iphone - Xcode 4 crashes when we run a project at the same time on two machines with Git -
we have 2 developers working on same project. project integrated git.
when 1 developer working on project , other developer tries run project, xcode 4 crashes shown.
what wrong , how rectify it?
thanks!
i think has happened project.pbxproj file has gone merge conflict stuff embedded in it. open in text editor , lines like:
>>>>>>>
if see that, means need clean file.
there's no way git doing across systems while both developers working, issue checked in...
another issue if project file changed developer, , pulls changes project open, have re-open project see of targets meant used in project. have not seen cause crash though.
Comments
Post a Comment