SVN cannot is opened because the project file cannot be Parsed.xcode there are several possible errors

Source: Internet
Author: User

SVN Cornerstone Error message Xcodeproj cannot is opened because the project file cannot be parsed.

After svn clicks Update , open the Xcode project file, the XXX will appear. Xcodeproj cannot be opened because
The project file cannot be parsed.

The code in the Discovery project is all gone. Only an empty project name, because the Xcodeproj project file conflict, and then is the SVN forced to update you, the internal file conflicts, you changed the same place of a piece of code, maybe you just add a space, or you all add code, or all the other side of the deletion, and added. All svn do not know who you are right, in the end listen to you who, so he will give you two of all reservations, the result is the implementation of chaos, Xcode do not know how to execute, all no, file conflict. Your SVN will not open.

How to find this kind of preservation information?? You first find your saved files, in SVN, you can also find, select your project, and then click on the changed option in SVN, you can see the conflicting files in your project, the red exclamation mark is displayed, then you double-click the file, then go to the project, and then search in the project Mine this word, you will search for such a section

Here's the wrong error message.

    1. <<<<<<<. Mine
    2. userinteractionenabled
    3. ..... in Resources */,
    4. =======
    5. 95DSELDE88SEGHTA45WGGS5W5GW. In Resources */,
    6. >>>>>>>. r26315

Then, you delete 1 4 6 lines such characters, and symbols, as long as there is an error file, you can only use the search mine the word, and then compare your project, to resolve the conflicting files. To make a good control of the change,

<<<<<<<. Mine

Note: This is your code, you have to watch whether or not, do not delete

=======

Note: This is your partner's code, see if you want to, do not erase

>>>>>>>. r26315

Note: If all of your two codes are required, then you only need to delete <<<<<<<. Mine, =======, >>>>>>>. r26315 Such a character can resolve the conflict.

This is for Cornerstone SVN.

Wrong title set--file couldn ' t be open because you don't have permission to view

Later in the Cocoa China7 found a way. This problem occurs because the Complie Source under build phases is deleted by me (it is really ignorant), so just add the build phases and add the project files, and the compilation runs OK.

I've added it here, so it's gray.

I hope you have a little help with the same problem, welcome to the big God passing the brick,

The process of growth is always accompanied by pain, the past to the back of the cocoon into a butterfly.

SVN cannot is opened because the project file cannot be Parsed.xcode there are several possible errors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.