Xcode 错误 .zprofile:1 和沙箱与 Podfile.lock MacBook m1 flutter 不同步

Xcode error .zprofile:1 and The sandbox is not in sync with the Podfile.lock MacBook m1 flutter

当我想在 Xcode 中启动一个现有的 flutter 项目时,我在终端中收到此错误。我使用 MacBook M1:

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

当我启动终端时,出现此错误:

/Users/wernergast/.zprofile:1: no such file or directory: /opt/homebrew/bin/brew
/Users/wernergast/.zprofile:2: no such file or directory: /opt/homebrew/bin/brew
/Users/wernergast/.zprofile:3: no such file or directory: /opt/homebrew/bin/brew
/Users/wernergast/.zprofile:4: no such file or directory: /opt/homebrew/bin/brew

我在终端试试这个: 选项1。 要修复类型 nano .zprofile 然后删除所有内容然后执行 ⌃X 然后按 return 然后终端中的错误消失了,但我认为这对我的项目不起作用

选项 2

echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/wernergast/.zprofile

重启终端后错误又回来了

选项 3 我删除了 libPods 我尝试更新 cocoapods -> 没用

选项4 更新 pods -> 不存在

我在新项目 (Xcode) 中没有遇到错误,只是在我使用的模板中。
我真的卡住了 3 天,有人可以帮我解决这个问题吗?

这对我有用。 在项目根目录中:

flutter clean
flutter pub get
cd ios
pod install
pod update

如果项目已经存在:设置目标运行器的基本配置。