GeoFire 错误没有这样的模块 GeoFire
GeoFire Error No such module GeoFire
我想为我的 CocoaPods 项目实施 GeoFire。
因此,我将以下 pod 添加到我的 Podfile 中:
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
我试图在我的 ViewController 中导入 GeoFire,但 XCode 显示以下错误:`
Error No such module GeoFire
在我的 Pods 目录中,GeoFire Pod 也显示为屏幕截图所示:
Pod Directory
我找不到问题
您应该将 GeoFire
目标添加到 FirebaseDatabase
框架,如下 link 所示。
请看这个link。
我想为我的 CocoaPods 项目实施 GeoFire。 因此,我将以下 pod 添加到我的 Podfile 中:
pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'
我试图在我的 ViewController 中导入 GeoFire,但 XCode 显示以下错误:`
Error No such module GeoFire
在我的 Pods 目录中,GeoFire Pod 也显示为屏幕截图所示: Pod Directory
我找不到问题
您应该将 GeoFire
目标添加到 FirebaseDatabase
框架,如下 link 所示。
请看这个link。