Answers for "Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified."

C
0

automatically assigning platform `ios` with version `9.0` on target `runner` because no platform was specified. please specify a platform for this target in your podfile. see `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

use_frameworks!


pod 'Firebase/Core'
pod 'Firebase/Firestore'
end
Posted by: Guest on August-13-2021

Code answers related to "Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified."

Code answers related to "C"

Browse Popular Code Answers by Language