1. 解决方法:git
svn/git更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.xcode
由于.xcodeproj工程文件冲突了,而后仍是会强制更新,内部文件出现了冲突,因此解析不了文件。svn
解决方法:code
1.对.xcodeproj 文件右键,显示包内容it
2.双击打开 project.pbxproj 文件sed
3.找到以上相似的冲突信息(能够用commad + f 搜索)file
4.删除 <<<<<<<,======,>>>>>>这些行搜索
5.保存,退出方法
6.从新打开.xcodeproj文件便可文件