I have ,"pod install ", and my pod file look like this :
# 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
i open the .xworkspace and after running i get error
"'Firebase/Firebase.h' file not found "
in my " GeoFire.m " "and GFQuery.m"