У меня есть, "POD Install", и мой файл POD выглядит следующим образом: < /p>
# Uncomment the next line to define a global platform for your project
#platform :ios, '9.0'
target 'MyTaxii' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for MyTaxii
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'GeoFire', '>= 1.1'
end
< /code>
Я открываю .xworkspace и после запуска я получаю ошибку < /p>
"'Firebase/Firebase.h' file not found "
< /code>
в моем "geofire.m" "и gfquery.m" < /p>
Подробнее здесь: https://stackoverflow.com/questions/615 ... -not-found