0

我今天在 GeoFire 上运行了一个 pod install 并发生了错误。

找不到“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

播客文件.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

错误截图 在此处输入图像描述

4

1 回答 1

0

我必须确保更新最新版本的 FireBase,以解决问题。

于 2016-03-17T17:15:58.240 回答