cannot be opened because the project file cannot be parsed.xcode有几种可能错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cannot be opened because the project file cannot be parsed.xcode有几种可能错相关的知识,希望对你有一定的参考价值。
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工程文件冲突了,然后还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工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。
会出现这样的冲突消息
<<<<<<< .mine 9ADAAC6A15DCEF6A0019ACA8 .... in Resources */, ======= 52FD7F3D15DCEAEF009E9322 ... in Resources */, >>>>>>> .r269
解决方法:1.对.xcodeproj 文件右键,显示包内容
2.双击打开 project.pbxproj 文件
3.找到以上类似的冲突信息(可以用commad + f 搜索)
4.删除 <<<<<<<,======,>>>>>>这些行
5.保存,退出
6.重新打开.xcodeproj文件即可 参考技术A 当使用svn提交代码发生冲突时候,xcode工程文件会出现打不开的情况,出现这样的提示:XXX.xcode xcodeproj cannot be opened because the project file cannot be parsed。
因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件。解决方法如下:
1. 右键点击.xcodeproj,选择显示包内容;
2. 双击打开project.pbxproj文件;
3. 找到类似如下的冲突信息(可用command + f 搜索)
4. 删除<<<<<< .mine
=======
>>>>>>> .r269
即剩下如下:
9ADAAC6A15DCEF6A0019ACA8 .... in Resources */,
52FD7F3D15DCEAEF009E9322 ... in Resources */,
5. 保存文件,退出,再打开即可使用。
以上是关于cannot be opened because the project file cannot be parsed.xcode有几种可能错的主要内容,如果未能解决你的问题,请参考以下文章
cannot be opened because the project file cannot be parsed.xcode有几种可能错
class path resource [api.pdf] cannot be opened because it does not exist
Mac OSX Catalina: can’t be opened because Apple cannot check for malicious software
class path resource [applicationContext.xml] cannot be opened because it does not exist
class path resource [config.xml] cannot be opened because it does not exist
java.io.FileNotFoundException: class path resource ..cannot be opened because it does not exist(示例代码