After SVN updates the code, open the Xcode project file and the XXX will appear. Xcodeproj cannot is opened because the project file cannot be parsed.
Because the. Xcodeproj project file conflicts, and then it is forced to update, internal files conflict, so the file cannot be parsed.
There will be conflicting messages like this.
<<<<<<<. Mine
3d52fcff17f03405009c85da / * [email protected] in Resources * / ,
3d52fd0117f043a0009c85da / * [email protected] in Resources * / ,
3d52fd0317f0469d009c85da / * [email protected] in Resources * / ,
3d52fd0517f04c3c009c85da / * [email protected] in Resources * / ,
3d52fd0917f05165009c85da / * [email protected] in Resources * / ,
3d52fd0a17f05165009c85da / * [email protected] in Resources * / ,
3d52fd0b17f05165009c85da / * [email protected] in Resources * / ,
3d04ae0317f129dd00680ad3 / * [email protected] in Resources * / ,
=======
5f1ea28c17f0484900534d68 / * Rmrecordviewcontroller.xib in Resources * / ,
>>>>>>>. R70
Workaround:
1. Right-click on the. xcodeproj file to display the package contents
2. Double-click Open project.pbxproj File
3. Find the above similar conflict information (can be searched with Commad + f)
4. Delete <<<<<<<,======,>>>>>> These lines
5. Save, exit
6. Re-open the. xcodeproj file to
The Xcode project file cannot be opened, cannot be opened because the project filename cannot be parsed.