其他分享
首页 > 其他分享> > flutter问题收集_not sync podfile.lock

flutter问题收集_not sync podfile.lock

作者:互联网

今天写flutter 遇到的问题

 The sandbox is not in sync with the Podfile.lock

方案四:

1.找到项目根目录下的Podfile.lock文件,和Pods文件夹下的Manifest.lock文件

2.然后复制Podfile.lock文件的内容替换掉Manifest.lock文件内的内容,好啦,至此问题解决

 

原文链接 https://blog.csdn.net/LANGZI7758521/article/details/103443833

标签:Podfile,文件,lock,sync,Manifest,podfile,flutter
来源: https://www.cnblogs.com/or2-/p/15862860.html