我正在尝试将一些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
答案 0 :(得分:0)
我做到了...