美文网首页
The sandbox is not in sync with

The sandbox is not in sync with

作者: 小驴拉磨 | 来源:发表于2020-07-28 11:56 被阅读0次

为了“重复的事情交个自动化”这个目标我们项目使用了Jenkins+cocoapods+fastlane自动打包,今天遇到一个问题特此记录一下:
问题:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods install。
解决办法:因为比较懒,重复的事情就不做了,点这里查看解决办法
总结出现的原因:因为项目把podfile.lock文件上传了,想的是保证项目的三方库的统一,愿望是美好的,显示比较骨干,这么做导致每次从远程拉去代码都需要重新install一下,本人猜测是因为每个人的电脑的cocoapods的版本不一样导致的。

相关文章

网友评论

      本文标题:The sandbox is not in sync with

      本文链接:https://www.haomeiwen.com/subject/glhfrktx.html