我今天在GeoFire上运行了一个pod安装,但发生了错误。
找不到'Firebase / Firebase.h'文件
错误发生在GeoFire.m文件中。
GeoFire.m
#import "GeoFire.h"
#import "GeoFire+Private.h"
#import "GFGeoHash.h"
#import "GFQuery+Private.h"
#import <Firebase/Firebase.h> // Error Here
Podfile.m
use_frameworks!
target 'EventsWithFriends' do
pod 'Parse', '~> 1.7.4'
pod 'Bolts', '~> 1.2.0'
pod 'FBSDKCoreKit', '~> 4.2.0'
pod 'FBSDKLoginKit', '~> 4.1.0'
pod 'FBSDKShareKit', '~> 4.2.0'
pod 'ParseFacebookUtilsV4'
pod 'ParseUI', '~> 1.1.4'
pod 'GoogleMaps', '~> 1.10.1'
pod 'Firebase', '~> 2.3.1'
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
pod 'JTCalendar', '~> 2.0'
pod 'CTAssetsPickerController', '~> 3.0.0'
pod 'TapjoySDK'
pod 'XLPagerTabStrip', '~> 2.0'
pod 'AACollageView'
pod 'MBProgressHUD', '~> 0.9.2'
end
target 'EventsWithFriendsTests' do
end
答案 0 :(得分:0)
我必须确保更新最新版本的FireBase,以解决问题。