尝试将Firestore pod添加到已存在的项目时,我收到以下错误:
[!]无法满足以下要求:
要求
-Firebase/FireStore
Podfile
我的podfile看起来像这样:
platform :ios, '10.3'
target 'ledosMain' do
use_frameworks!
target 'ledosMainTests' do
inherit! :search_paths
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Firebase/Core'
pod 'Firebase/DynamicLinks'
pod 'FirebaseUI/Auth'
pod 'Firebase/FireStore'
end
target 'ledosMainUITests' do
inherit! :search_paths
end
end
我已尝试过pod repo更新,pod安装,pod更新但我仍然遇到此错误。我该怎么做才能解决它?
答案 0 :(得分:1)
使用小写printf
Firebase/Firestore