I have been working for a while to create an iPhone app. Today when my battery was low, I was working and constantly saving my source files then the power went out...
<
I had similar issue.
Below are steps to resolve it:
Navigate to folder where your projectName.xcodeproj
.
Right click and select 'Show Package Contents
'. You will be able to see list of files with .pbxproj
extension.
Select project.pbxproj
. Right click and open this file using 'Text Edit
'.
You will be able to see <<<<<< .mine
, ============
and >>>>>>>>>> .r123
. These are generally conflicts that arise when you take update from SVN.
Delete these and save file.
Now, you'll be able to open project without any error message.