objective c - Redefinition error when pulling GitHub -


i've been using github while source control on singular developer project trying set across multiple machines. seems pushed correctly when clone other mac , try run have ton of redefinition errors. ex) "redefinition of enumerator", "property has previous declaration" , on.

has had experience issue , can fix it. used simple git clone on target machine retrieve it.

it ios project in objective c.

this has nothing github. may git.

it's possible did 'git pull' , had merge problem. if run "git status", items red? if so, in files lines "<<<<<" , ">>>>>". lines telling merge conflict. need fix conflict , delete lines, git add file , commit + push file github.

alternately, can git checkout <file> throw away changes. (and maybe git merge --abort)


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -