После выполнения этой команды pod install я получил ошибку < /p>
[!] Автоматическое назначение платформы ios с версией 11.4 на
целевом тестировании_gowtham, поскольку ни одна платформа не была указана указано. Пожалуйста
укажите платформу для этой цели в вашем подфайле. См.
Код: Выделить всё
https://guides.cocoapods.org/syntax/podfile.html#platformМой подфайл:
Код: Выделить всё
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'testing_gowtham' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for testing_gowtham
target 'testing_gowthamTests' do
inherit! :search_paths
# Pods for testing
end
target 'testing_gowthamUITests' do
inherit! :search_paths
# Pods for testing
end
pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
Как решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/520 ... ur-podfile
Мобильная версия