【发布时间】:2020-04-28 16:02:17
【问题描述】:
我正在尝试将一些 Firebase pod 安装到我的项目中,但我在终端窗口中收到以下错误消息;
[!] Unable to read the license file 'LICENSE' for the spec 'Firebase (6.21.0)'
这是我的 podfile;
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'UberTutorial' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for UberTutorial
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'GeoFire', '>= 1.1'
end
【问题讨论】: