【发布时间】:2021-06-09 18:05:58
【问题描述】:
我将 Flutter 与 xcode 一起使用。
如果我执行 $ flutter run ios
会出现错误
我从我的 xcode 中得到错误
Podfile 内容
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:
请帮我找到解决问题的方法
【问题讨论】:
标签: ios xcode firebase flutter podfile