Я пытаюсь установить несколько модулей Firebase в свой проект, но в окне терминала появляется сообщение об ошибке ниже:
[!] Unable to read the license file 'LICENSE' for the spec 'Firebase (6.21.0)'
Вот мой подфайл;
# 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