方法一:

Xcode->Preferences->Source->Enable Source Control 勾勾去掉

方法二:

Xcode8更新后,编译工程一下子报出800多条类似的警告,好在不影响运行。这个问题出现的原因如下:

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

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

svn delete nameOfMissingFile

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

git rm nameOfMissingFile

就这样,cd到missing文件的路径下,然后用相应的命令(svn或git),两行命令解决问题!

转载于:https://www.cnblogs.com/Milo-CTO/p/6483018.html

Xcode8 报 ”xx“is missing from working copy 的问题解决方法相关推荐

  1. pip install报错:Missing dependencies for SOCKS support解决方法

    系统: Ubuntu 16.04 pip: 10.0.0 报错信息 在使用pip install -r requirements.txt命令时,报错: InvalidSchema: Missing d ...

  2. MyEclipse6.5_org.tigris.subversion.javahl.ClientException: Unsupported working copy format问题解决方法

    今天,我用svn上传文件,遇到一个棘手的问题,问题是this client is too old to work with copy...问了百度和谷歌,也没能帮助我解决这个问题.刚才还好好的,为什么 ...

  3. Node.js 安装报错提示“The error code is 2503“问题解决方法

    The installer has encountered an unexpected error installing this package. This mav indicate a probl ...

  4. Azkaban报错:Missing required property ‘azkaban.native.lib’

    Missing required property 'azkaban.native.lib' 使用Azkaban提交了一个工作流,结果就报错:Missing required property 'az ...

  5. 【iOS】使用SQLite3的时候Swift3.、XCode8报错:Unsupported architecture - 'arm/arch.h'file not found - Could not

    [iOS]使用SQLite3的时候Swift3..XCode8报错:Unsupported architecture - 'arm/arch.h'file not found - Could not ...

  6. iOS xxx is missing from working copy

    如果使用svn或git,在删除文件时,会出现"xxx" is missing from working copy的警告,这是因为我们删除了Xcode中得文件后,.svn还有记录.解 ...

  7. go语言单元测试报错:missing go.sum entry for module providing package github.com/stretchr/testify/assert

    报错:missing go.sum entry for module providing package github.com/stretchr/testify/assert (imported by ...

  8. TexStudio 编辑 Latex 时插入算法伪代码描述块一直报错:Missing \endcsname inserted. \While

    问题描述 使用 TexStudio 编辑 latex 时插入算法伪代码描述块一直报错:Missing \endcsname inserted. \While,如下图: 原因分析 谷歌了很多资料,该删的 ...

  9. vmware中windows XP启动报ntldr is missing错误

    今天就遇到了这个问题,在重启虚拟机之后,xp就启动不了了,报ntldr is missing错误.很郁闷,找了很久都没有找个一个合适的解决方法,最后自己研究,综合各位网友的建议,终于解决了.现在记下来 ...

最新文章

  1. 小功能 - 收藏集 - 掘金
  2. ZOJ 3781 最短路(想法好题目)
  3. mysql查询交叉连接_复杂的MySQL查询,联合,交叉或自然连接?
  4. Android开发8:UI组件TextView,EditText,Button
  5. python定义链表节点_Python数据结构与算法之链表定义与用法实例详解【单链表、循环链表】...
  6. Vue中实现检测当前是否为IE模式(极速模式还是兼容模式)
  7. Windows 注册表开机启动总结
  8. Python基本语法[二],python入门到精通[四] (转)
  9. python apscheduler 动态_基于Flask-APScheduler实现添加动态定时任务
  10. 小米首场开发者大会:宣布IoT开发者计划,联手百度提升AI能力
  11. sql server insert 锁表_SQL Server的insert执行的秘密(下) 带外键的insert分析
  12. 复制不能复制的网页文字(实用篇) [图片]
  13. 对于相同Bean,在父应用上下文中定义的切面,在子应用上下文中会生效吗?
  14. 在淘宝里,他们总结的一些前端Tips
  15. .NET EF(Entity Framework)详解
  16. 这6款APP和游戏,是苹果选出的2019年年度最佳
  17. uva12489 Combating cancer(树同构)
  18. JVAV面试常考基础概念
  19. DataTables如何重新加载数据
  20. 汉字与拼音互转的工具类

热门文章

  1. JavaScript 函数replace揭秘
  2. [安卓] 18、一个简单的例子做自定义动画按钮和自定义Actionbar
  3. C#:xml操作(待补充)
  4. 利用ACS实现AAA服务的搭建
  5. 用备份进行Active Directory的灾难重建
  6. 蓝桥杯 ALGO-117 算法训练 友好数
  7. [Python] L1-045 宇宙无敌大招呼-PAT团体程序设计天梯赛GPLT
  8. [Python] L1-026. I Love GPLT-PAT团体程序设计天梯赛GPLT
  9. LeetCode 537. Complex Number Multiplication
  10. 蓝桥杯 ADV-166 算法提高 聪明的美食家 java版