打开xcode项目是遇到的“cannot be opened because the project file cannot be parsed.”问题?

问题描述

双击打开xcode工程文件“c3dn.xcodeproj”时,报错提示: cannot be opened because the project file cannot be parsed.

原因

xcode工程文件“*.xcodeproj”中的文件内容格式不正确,通常是由于svn更新时文件内容冲突引起的;

解决方案

1.点击c3dn.xcodeproj,在弹出的邮件菜单中,选择【显示包内容】; 

2.双击打开 project.pbxproj 文件; 

3.找到以上类似的冲突信息(可以用commad + f 搜索); 

4.删除 <<<<<<<,======,>>>>>>这些行; 

5.保存(commad + s ),退出; 

6.重新打开c3dn.xcodeproj文件即可;

参考

https://blog.csdn.net/mengmakies/article/details/51473156

http://blog.csdn.net/blucenong/article/details/8330894

你可能感兴趣的:(打开xcode项目是遇到的“cannot be opened because the project file cannot be parsed.”问题?)