`[!] Кокопод не смогли найти совместимые версии для Pod" Firebase/Functions ":
in podfile:
Firebase/функции
Specpisting Specsiess Specsiess Functions/Premps
выполняет функции/p>
. были найдены, но им потребовалась более высокая минимальная цель развертывания. < /p>
Вот мой файл Pod < /p>
Код: Выделить всё
# Uncomment the next line to define a global platform for your project
# platform :ios, '11.0'
target 'MyApp' do
# Comment the next line if you're not using Swift and don't want to
use dynamic frameworks
use_frameworks!
# Pods for MyApp
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Messaging' ,'~> 4.6.0'
pod 'Firebase/Storage'
pod 'Firebase/Functions'
pod 'GoogleMaps'
pod 'FirebaseUI/Auth'
pod 'FirebaseUI/Phone'
pod 'ImageSlideshow', '~> 1.6'
pod 'DZNEmptyDataSet'
pod 'SDWebImage'
pod 'SDWebImage/WebP'
target 'MyAppTests' do
inherit! :search_paths
# Pods for testing
end
target 'MyAppUITests' do
inherit! :search_paths
# Pods for testing
end
< /code>
end < /p>
Я искал некоторые ресурсы и позвольте мне сделать 3 шага: < /p>
pod repo update
pod update
pod install
Подробнее здесь: https://stackoverflow.com/questions/565 ... hey-requir