我今天在GeoFire上运行了一个吊舱安装程序,出现了错误。
“‘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 HerePodfile.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误差截图

发布于 2016-03-17 17:15:58
我必须确保更新FireBase的最新版本,这解决了这个问题。
https://stackoverflow.com/questions/36024529
复制相似问题