I would like to implement GeoFire for my CocoaPods Project. Therefore I added the following pod to my Podfile:
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
I tried to import GeoFire in my ViewController but XCode shows me the following error: `
Error No such module GeoFire
In my Pods directory the GeoFire Pod is also shown like the screenshot shows: Pod Directory
I cannot find the issue
You should add GeoFire
target to FirebaseDatabase
framework as in link below.
Please see this link.