Unable to open project… cannot be opened because the project file cannot be parsed

前端 未结 21 2208
有刺的猬
有刺的猬 2020-12-04 08:34

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...

<
21条回答
  •  遥遥无期
    2020-12-04 08:52

    I had similar issue.

    Below are steps to resolve it:

    1. Navigate to folder where your projectName.xcodeproj.

    2. Right click and select 'Show Package Contents'. You will be able to see list of files with .pbxproj extension.

    3. Select project.pbxproj. Right click and open this file using 'Text Edit'.

    4. 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.

    5. Now, you'll be able to open project without any error message.

提交回复
热议问题