简体   繁体   中英

GeoFire Error No such module GeoFire

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM