- Xcode 工程不能打开, cannot be opened b
- Xcode 工程文件无法打开
- Svn更新代码后,打开xcode工程文件,会出现 xxx..x
- Xcode 工程文件打不开,cannot be opened b
- 打开xcode项目是遇到的“cannot be opened b
- Xcode 工程文件打不开, cannot be opened
- Xcode 工程文件打不开, cannot be opened
- Xcode 工程文件打开不出来, cannot be opene
- Xcode 工程文件打开不出来, cannot be opene
- Xcode 运行错误:cannot be opened beca
从别人那接收的工程,打开xcode工程,会出现xxx..xcodeproj can not be opened because the project file cannot be parsed
在网上查询了原因:
因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。
有这样的冲突消息
<<<<<<< .mine 9ADAAC6A15DCEF6A0019ACA8.... in Resources */,======= 52FD7F3D15DCEAEF009E9322... in Resources */,>>>>>>> .r269
解决方法:
1.对.xcodeproj 文件右键,显示包内容
2.双击打开project.pbxproj文件
3.找到以上类似的冲突信息(可以用commad + f 搜索<<<<<<<)
4.删除<<<<<<<,======,>>>>>>这些行
5.保存,退出
6.重新打开.xcodeproj文件即可












网友评论