Flutter iOS:无法读取规范“Firebase(7.3.0)”的许可证文件“LICENSE”;'谷歌实用程序(7.2.2)'

wwwo4jvm  于 2023-01-18  发布在  Flutter
关注(0)|答案(1)|浏览(201)

我使用Flutter和xcode。
我得到一个错误,如果我做$ flutter运行ios
我从我的xcode得到错误
播客文件内容
Xcode的错误输出:/Users/username/Desktop/Projects/myprojectfolder/ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m:22:9: 'GoogleUtilities/GULAppEnvironmentUtil.h' file not found
我的终端出错:↳

[!] Unable to read the license file `LICENSE` for the spec `Firebase (7.3.0)`

[!] Unable to read the license file `LICENSE` for the spec `GoogleUtilities (7.2.2)`

[!] Unable to read the license file `LICENSE` for the spec `Firebase (7.3.0)`

[!] Unable to read the license file `LICENSE` for the spec `GoogleUtilities (7.2.2)`

[!] [Xcodeproj] Generated duplicate UUIDs:

请帮我找到解决问题的方法

z9smfwbn

z9smfwbn1#

这是当时的一个问题,一些Firebase插件需要安装几个较低的版本。更多信息在这个thread上讨论。在终端上运行pod deintegrate然后运行pod install也可以在一些上工作,但它可能会根据您的设置而变化。

相关问题