clone下来的项目,运行的时候报错

1 diff: /../Podfile.lock: No such file or directory
2 diff: Manifest.lock: No such file or directory
3 error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.`  

解决方案:

关闭现在的工作空间,删掉以前的xcworkspace,然后重新pod install,install完后,重新打开项目,clean+build项目,运行

1 rm -rf 工程文件名.xcworkspace
2 pod install  

转载于:https://www.cnblogs.com/jingxin1992/p/8523917.html

报错The sandbox is not in sync with the Podfile.lock相关推荐

  1. The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install

    解决方案:删除下面这个lock文件

  2. The sandbox is not in sync with the Podfile.lock

    command+Q 退出 Xcode,重新执行pod install,之后再重新打开Xcode运行.

  3. 关于iOS 'The sandbox is not sync with the Podfile.lock'问题解决方法

    问题描述: github下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行.出现例如The sandbox is not sync with the Pod ...

  4. 解决eclipse: Resource is out of sync with the file system 报错问题

    这是文件系统不同步的问题,是因为在eclipse之外对工程中的resource进行修改引起的:但是,有时没有在eclipse之外进行修改,也会报类似的错误.  解决办法:需要手动刷新一下资源管理器.  ...

  5. Mysql报错Fatal error: Can#39;t open and lock privilege tables: Table #39;mysql.host#39; doesn#39;t...

    安装mysql后,启动时候没有启动成功,查看了下日志报错如下:--------------------------------------------- 1   可以:初始化mysql:mysql_i ...

  6. Mysql报错Fatal error:Can't open and lock privilege tables

     Mysql报错Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist 安装mysql后 ...

  7. ubuntu报错E: 无法获得锁 /var/cache/apt/archives/lock - open (11: 资源暂时不可用)E: 无法对目录 /var/cache/apt/archives/

    ubuntu报错: E: 无法获得锁 /var/cache/apt/archives/lock - open (11: 资源暂时不可用) E: 无法对目录 /var/cache/apt/archive ...

  8. gcc -m32报错的解决办法

    gcc -m32报错的解决办法 报错:gcc -m32 In file included from push_test.c:1:0: /usr/include/stdio.h:27:10: fatal ...

  9. mysql启动报错: 某些服务在未由其他服务器或程序使用时即将自动停止-解决办法

             第一步:进入到 DOS窗口,按windows+r用管理员登录C:\Windows\system32>是这种操作界面          第二步:E:\>cd E:\mysq ...

最新文章

  1. “不传递消息、不使用邻接矩阵、在边集上训练”: 从对比链接中蒸馏自知识:非消息传递的图节点分类...
  2. apache开启.htaccess
  3. JSP页面退出时清除会话Session
  4. 计数信号量的原理与创建
  5. 2021辽宁省大学生程序设计竞赛(热身赛)【完结】
  6. swiper.js使用心得
  7. 水平集嵌入函数的曲率
  8. 漫步微积分二十三——重力作用下的运动 逃逸速度和黑洞
  9. spark基础之spark sql运行原理和架构
  10. Rest接口中正则表达式
  11. Java使用easyexcel读大文件
  12. Oracle新建用户、角色,授权,建表空间
  13. scara工业机器人外观_SCARA工业机器人研究现状
  14. 2019招商银行信用卡中心秋招IT笔试编程题总结
  15. 抓网页_面包网_javaSE
  16. vivo 官网资源包适配多场景的应用
  17. python学习 day49之CSS网页布局
  18. android 人工智能测试,人工智能(AI)测试方法
  19. L2-3 清点代码库 (25 分)
  20. github html倒计时器,GitHub - Sign312/CountDown: 一个用来实现简单页面倒计时的轻量级工具...

热门文章

  1. 利用闭包实现onclick事件传递参数
  2. 6月26号.NET面试题(程序题部分)只要做懂这3道题肯定能脱离菜鸟称号!
  3. 【零基础学习iOS开发】【02-C语言】05-进制
  4. [译作]Class in Jscript Part I
  5. Android 仪表盘
  6. Mac下Apache使用
  7. 使用 TABLESAMPLE 限制结果集
  8. fopen -- 打开文件或者 URL
  9. 深度学习中用到的一些函数
  10. 搭建spring MVC项目