我試圖火力地堡融入我的OSX的應用程序與該吊艙集成FirebaseCommunity吊艙和MacOS
use_frameworks!
target 'MyAppTarget' do
pod 'FirebaseCommunity', :git => 'https://github.com/firebase/firebase-ios-sdk.git'
end
,但我得到完全沒有:「沒有這樣的模塊‘火力地堡’」當
import Firebase
我已經嘗試了各種各樣的清潔,不同的Podfile變種,甚至所有組合swift/objc osx/ios,但什麼都沒有。其他豆莢的工作。
我能找什麼?
非常感謝!它開始工作,在Podfile中添加/ Core組件像這個版本'FirebaseCommunity/Core',::git =>'https://github.com/firebase/firebase-ios-sdk.git' 但它看起來並不明顯,它呢?也許值得在README.md中加入? – user1261347
@ user1261347好主意!文檔現在已更新。 https://github.com/firebase/firebase-ios-sdk/pull/174 –