Automatically assigning platform iOS with version 9.0 on target Runner because no platform was specified.

gozero·2022년 6월 28일
0

에러 발생

Automatically assigning platform iOS with 
version 9.0 on target Runner because no platform was specified.

Podfile - ios build 타겟 버전에서 빌드할 경우 발생하는 에러로 추정


해결 방법

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

기존에 주석 되어 있던 platform의 버전을 주석 해제하여 버전을 9.0 이상으로 설정해줍니다.

profile
Flutter를 제일 좋아하는 앱 프론트엔드 개발자입니다!

0개의 댓글