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

时间:2016-06-17 14:10:21   收藏:0   阅读:2299

出现这样的错误:

error: The sandbox is not in sync with the Podfile.lock. Run ‘pod install‘ or update your CocoaPods installation.

具体如图:

技术分享

我按照提示在终端打开工程,pod install 和 pod update 都试了一遍,然并卵。只好拿出杀手锏:

Project -> Info -> Configurations -> Debug 改为 Pods.debug, Release 改为 Pods.release, 如图所示:

技术分享

 搞定啦!

原文:http://www.cnblogs.com/sandyzhang/p/5593412.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!