惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
Martin Fowler
Martin Fowler
B
Blog RSS Feed
D
DataBreaches.Net
L
LangChain Blog
月光博客
月光博客
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
美团技术团队
Jina AI
Jina AI
博客园 - 司徒正美
雷峰网
雷峰网
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
小众软件
小众软件
罗磊的独立博客
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta

博客园 - c3tc3tc3t

manjaro升级导致黑屏无法进入桌面 解决VLC 无法解码格式“h264” (H264 - MPEG-4 AVC (part 10)) vscode 使用elixir-ls报错问题解决 install credo globally GenServer Credo.CLI.Output.Shell terminating phoenix中 link 链接 学习phoenix框架笔记 manajro install the mysql2 gem vscode config for elixir , emmet with eex macos insalll erlang by asdf WeChatWin.dll文件缺失,错误码:126 for linux macos 10.15安装ruby 3 manjaro 更新chrome报签名错误 manjaro系统上使用asdf安装php注意事项 Failed to load config "react-app" to extend from. YarnV2 install manjaro-kde最新安装后配置 转 idea-wm_class GoldenDict替代了stardict
flutter问题收集_not sync podfile.lock
c3tc3tc3t · 2022-02-04 · via 博客园 - c3tc3tc3t

今天写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