尝试构建 Windows 的 flutter 应用程序时出现 LNK2001 错误

问题描述 投票:0回答:1

最近Firebase官方软件包(Firebase_Auth、cloud_Firestore和Firebase_storage)开始支持Windows平台。在此之前,我使用社区包来连接 Firebase 服务,但由于支持终于到来,我决定切换我的 Windows 应用程序以开始使用官方包,并从这里开始出现问题。当我尝试为 Windows 应用程序构建一个包含上述任何一个包的 flutter 时,我会收到“LNK2001”错误。

:错误 LNK2001:无法解析的外部符号 __imp__CrtDbgReport

错误 LNK2001:无法解析的外部符号 __imp__calloc_dbg

错误 LNK2001:无法解析的外部符号 __imp__invalid_parameter

我已经在互联网上搜索了一段时间,但无法找到可行的解决方案。 我非常感谢在此事上的任何帮助。

flutter google-cloud-firestore firebase-authentication firebase-storage flutter-windows
1个回答
0
投票

为此报告了一个错误,并在几天前修复了。请参阅此链接了解更多信息。 https://github.com/firebase/flutterfire/pull/11997

如果您将 firebase_core 更新到最新版本(我还在我的应用程序中更新了 firebase_auth 和 cloud_firestore ),这应该可以解决问题

© www.soinside.com 2019 - 2024. All rights reserved.