首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Geofire中的错误:“Firebase/Firebase.h”文件未找到

Geofire中的错误:“Firebase/Firebase.h”文件未找到
EN

Stack Overflow用户
提问于 2016-03-16 00:04:16
回答 1查看 1.2K关注 0票数 0

我今天在GeoFire上运行了一个吊舱安装程序,出现了错误。

“‘Firebase/Firebase.h”文件未找到

此错误发生在GeoFire.m文件中。

GeoFire.m

代码语言:javascript
复制
#import "GeoFire.h"
#import "GeoFire+Private.h"
#import "GFGeoHash.h"
#import "GFQuery+Private.h"
#import <Firebase/Firebase.h> // Error Here

Podfile.m

代码语言:javascript
复制
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

误差截图

EN

回答 1

Stack Overflow用户

发布于 2016-03-17 17:15:58

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36024529

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档