在项目Flutter中导入框架ios(与Firebase Carthage)出错。

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

我有一个swift个人框架,内容是用Carthage添加Firebase。这个框架完美地工作在其他本地应用程序iOS。问题是当我试图在Flutter项目中导入这个框架。下面的图片显示了错误。

Error GoogleAppMeasurement

如果我删除这个框架,应用程序显示多个错误,所以我认为我需要这个。下一张图片显示所有的框架内容库。

All firebase Framework

我不知道我还能做什么... ... 谁能帮帮我好吗?

swift firebase flutter frameworks carthage
1个回答
0
投票

https:/github.comfirebasefirebase-ios-sdkblobmasterCarthage.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.

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