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

上一篇:Go-互斥锁的那些事


下一篇:Golang Sync.Pool浅析