zoukankan      html  css  js  c++  java
  • iOS 'The sandbox is not sync with the Podfile.lock错误

    出现以下错误时,

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

    关闭当前的工作空间,删除掉文件夹中的workspace,然后重新pod install,install完成之后,通过workspace打开工作空间,clean+build即可,如下所示

    rm -rf MyProject.xcworkspace 
    pod install 

    在pod install之前,请确保已经执行pod setup命令。

  • 相关阅读:
    BZOJ 3522 Hotel
    BZOJ 1864 三色二叉树
    396595
    CodeForces
    CodeForces
    CodeForces
    E. 数字串
    算术基本定理总结
    Cyclic Nacklace 杭电3746
    Period
  • 原文地址:https://www.cnblogs.com/ficow/p/5209087.html
Copyright © 2011-2022 走看看