📜  因为没有指定平台,所以在目标 `runner` 上自动分配版本为 `9.0` 的平台 `ios`.请在您的 podfile 中为此目标指定一个平台.参见`https:guides.cocoapods.org 语法 podfile.html#platform`.代码示例

📅  最后修改于: 2022-03-11 15:04:41.178000             🧑  作者: Mango

代码示例1
# Uncomment the next line to define a global platform for your project

# platform :ios, '9.0'

target 'testing_gowtham' do

use_frameworks!


pod 'Firebase/Core'
pod 'Firebase/Firestore'
end