IOS bug之cannot be opened because the project file cannot be parsed

刚才用Cornerstone更新代码后,再次打开项目时,不能打开,提示cannot be opened because the project file cannot be parsed后来在网上查了一下是版本冲突的原因

解决方法:

1.对.xcodeproj 文件右键,显示包内容 

2.双击打开 project.pbxproj 文件

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

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

5.保存,退出

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

你可能感兴趣的:(project)