ios xcode 下 报出 ”xx“is missing from working copy 的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios xcode 下 报出 ”xx“is missing from working copy 的问题相关的知识,希望对你有一定的参考价值。

在项目中提交过svn后,再在本机上删除不用的图片资源后,build后会有   ”xx“is missing from working copy  的警告。在网上找了些资料后,总结下。

直接在终端下用svn命令删除missing的文件:(需要cd到提示你missing 文件的路径下)

svn delete nameOfMissingFile

或用Git(如果你用的是Git的话)

git rm nameOfMissingFile

 

有关于在终端下没法用svn命令的问题,如提示svn命令找不到,可以参考这篇文章:

mountaion lion下svn不能使用的问题

svn 不能使用的解决方法

 

以上是关于ios xcode 下 报出 ”xx“is missing from working copy 的问题的主要内容,如果未能解决你的问题,请参考以下文章

iOS开发-canOpenURL: failed for URL: "xx" - error:"This app is not allowed to query fo(代

linux下order by 报出ORDER BY clause is not in SELECT list

Could not locate device support files.《This iPhone 5 (Model A1429) is running iOS 7.0.4 (11B554a), w

RestKit iOS 教程 - Xcode 无法识别 RestKit 类方法 - 缺少框架?

Xcode12真机调试iOS15提示The code signature version is no longer supported错误的解决

Xcode12真机调试iOS15提示The code signature version is no longer supported错误的解决