项目 Flutter 中的错误导入框架 ios(使用 Firebase Carthage)

Error import framework ios (with Firebase Carthage) in project Flutter

我有一个 swift 个人框架,其中内容是用 Carthage 添加的 Firebase。该框架在其他原生应用程序中完美运行 iOS。问题是当我尝试在 Flutter 项目中导入这个框架时。下图显示错误:

如果我删除这个框架,应用程序会显示多个错误,所以我认为我需要这个。下图显示了库中包含的所有框架:

我不知道我还能做些什么...有人可以帮我吗?

来自https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md

Please note that you shouldn't add any of the Firebase frameworks to the Carthage build phase (copy-frameworks). The frameworks contain static libraries that are linked at build time.