无法在circleCi

时间:2016-07-29 10:21:26

标签: xcode cocoapods circleci fastlane

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

  

错误:沙箱与Podfile.lock不同步。运行&#pod; pod install'或者更新你的CocoaPods安装。

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

已尝试此链接:Error:"The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods

1 个答案:

答案 0 :(得分:0)

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

dependencies:
  override:
    - pod install

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