App/Flutter

[ FLUTTER ] pod install 에러메세지

HEON.D 2022. 5. 31. 01:38

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`.

ios/Podfile

platform :ios, '9.0'
 
주석해제