mrdishant / flutter_geofire

A Flutter plugin to get the realtime updates of places nearby usinf Firebase GeoFire.
MIT License
23 stars 27 forks source link

GeoFire.h and Firebase.h not found #20

Closed vaisakhjnr closed 3 years ago

vaisakhjnr commented 3 years ago

I'm facing the issue when building for iOS. In GeoFire.m

#import "GeoFire.h"
#import "GeoFire+Private.h"
#import "GFGeoHash.h"
#import "GFQuery+Private.h"
#import <Firebase/Firebase.h>

The GeoFire.h and Firebase.h are not found by Xcode. I've recently upgraded the firebase plugins to the latest flutter fire version. Any idea why this might be occurring? Been trying all fixes I know of for a week now.

mrdishant commented 3 years ago

New Version available. Can you try again?