Я получаю эту ошибку на скриншоте после попытки установить пакет firebase
Моя версия xcode - 8.2
thisэто содержимое моего подфайла
# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
target 'Forsa' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Forsa
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end