首页 > 数据库技术 > 详细

'The sandbox is not sync with the Podfile.lock'问题解决

时间:2016-06-25 06:05:15      阅读:254      评论:0      收藏:0      [点我收藏+]

github下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行。出现例如The sandbox is not sync with the Podfile.lock问题时候

解决方案:关闭当前的工作空间,删除掉文件夹中的workspace,然后重新pod install,install完成之后,通过workspace打开工作空间,clean+build即可(在pod install之前,请确保已经执行pod setup命令)

'The sandbox is not sync with the Podfile.lock'问题解决

原文:http://www.cnblogs.com/wlffly/p/5615661.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!