Xcode项目不能打开 cannot be opened because the project file cannot be parsed 解决方法

Xcode 工程文件打开不出来, cannot be opened because the project file cannot be parsed. git更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed. 因为.xcodeproj工程文件冲突了
解决方法:1.对.xcodeproj 文件右键,显示包内容

2.双击打开 project.pbxproj 文件

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

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

5.保存,退出

6.重新打开.xcodeproj文件即可
posted @ 2015-06-04 08:51  brian0419  阅读(657)  评论(0)    收藏  举报