我使用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:
请帮我找到解决问题的方法
1条答案
按热度按时间z9smfwbn1#
这是当时的一个问题,一些Firebase插件需要安装几个较低的版本。更多信息在这个thread上讨论。在终端上运行
pod deintegrate
然后运行pod install
也可以在一些上工作,但它可能会根据您的设置而变化。