【问题标题】:Unable to build Xcode project on circleCi无法在 circleCi 上构建 Xcode 项目
【发布时间】:2016-07-29 10:21:26
【问题描述】:

我正在使用 cocoapods v1.0.1。我的构建在 Xcode 7.2.1 中是成功的,但是当我将更改推送到 git 时,它在 circleci.com 上失败了。

错误:沙盒与 Podfile.lock 不同步。运行“pod install”或更新您的 CocoaPods 安装。

我已经尝试了使用此链接和类似链接的所有可能方法,但根本没有成功。

已经试过这个链接:Error:"The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods

【问题讨论】:

    标签: xcode cocoapods circleci fastlane


    【解决方案1】:

    尝试将以下内容添加到您的 circle.yml 文件中:

    dependencies:
      override:
        - pod install
    

    https://discuss.circleci.com/t/the-sandbox-is-not-in-sync-with-the-podfile-lock/5537

    【讨论】:

      猜你喜欢
      • 2020-09-04
      • 1970-01-01
      • 2020-11-10
      • 2013-03-24
      • 1970-01-01
      • 1970-01-01
      • 2019-06-10
      • 1970-01-01
      相关资源
      最近更新 更多