2017-09-24 79 views
0

目前我正在嘗試建立GeoFire我的火力地堡項目安裝GeoFire和有這樣的podfile:用的CocoaPods

# Uncomment the next line to define a global platform for your project 
# platform :ios, '9.0' 

target '[Appname]' do 
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks 
use_frameworks! 

# Pods for [Appname] 
pod 'Firebase/Core' 
pod 'Firebase/Database' 
pod 'GeoFire', '~> 1.1' 

end 

但是,運行吊艙安裝命令給出了這樣的錯誤:

[! ]無法滿足下列要求:

  • Firebase (~> 2.1)通過GeoFire (1.1.0)
需要

發現滿足Firebase (~> 2.1)依賴項的規格,但它們需要更高的最低部署目標。我想不出如何安裝GeoFire。 GeoFire不兼容新的Firebase嗎?

回答

1

解決方案

pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc.git'