【发布时间】:2022-11-14 03:57:05
【问题描述】:
我在 m1 Mac 上收到以下错误
1 warning generated.
ld: framework not found google_sign_in
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
==== 已解决 ====
我要做的就是去
Xcode => Runner => 构建设置 => 在链接下 => 双击“其他链接器标志”
删除这两个
-framework
"google_sign_in"
只有“google_sign_in”之前的框架
image_picker也有同样的问题。
【问题讨论】:
标签: flutter dart google-signin apple-silicon