After the SVN version is updated and the upData project is completed, the Xcode project file cannot be opened. Solution: svnxcode
After svn updates the code, open the xcode project file and xxx. xcodeproj cannot be opened because will appear.
The project file cannot be parsed.
Because the. xcodeproj project file conflicts, the file will be forcibly updated, and the internal file will conflict, so the file cannot be parsed.
Such conflicting messages will appear.
- <. Mine
- 9ADAAC6A15DCEF6A0019ACA8... in Resources */,
- ========
- 52FD7F3D15DCEAEF009E9322... in Resources */,
- >>>>>>>. R269
Solution:
1. Right-click the. xcodeproj file to display the package content
2. Double-click to open the project. pbxproj file.
3. Find the above-mentioned conflict information (you can use commad + f to search for <and other conflict signs)
4. delete <, =====, >>>>> note the following. delete r269 as well. This number is not fixed, but just delete it.
5. Save and exit
6. Open the. xcodeproj file again,