码迷,mamicode.com
首页 > 其他好文 > 详细

Xcode 工程文件打开不出来, cannot be opened because the project file cannot be parsed.

时间:2014-08-17 11:35:52      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:文件   ar   代码   ad   ef   res   sp   file   

svn更新代码后,打开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文件即可(转)

Xcode 工程文件打开不出来, cannot be opened because the project file cannot be parsed.,布布扣,bubuko.com

Xcode 工程文件打开不出来, cannot be opened because the project file cannot be parsed.

标签:文件   ar   代码   ad   ef   res   sp   file   

原文地址:http://www.cnblogs.com/limicheng/p/3917506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!