visual studio mac中的本地链接导致xamarin ios失败



当我运行我的xamarin forms ios项目到mac时,它显示了本地链接错误:

Native linking failed. Please review the build log and the user flags provided to gcc: -ObjC -ObjC -ObjC -lc++ -lz -ObjC -lc++ -lsqlite3 -lz (MT5201)

如何解决这个问题?

可能的解决方案:

  1. 将Xamarin.Build.Download更新到最新版本。

  2. 还有其他错误吗?还是只有这一个?你可能需要更新其他库(在我的情况下,它是google/firebase-libs((当然还有清理bin/obj和包文件夹:(

最新更新