IT
Automatically assigning platform `iOS` with version `12.1` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile 경고 수정 방법
紫紅
2024. 1. 23. 14:40
반응형
플러터로 iOS 앱 개발을 하다가 아래와 같은 에러를 만났다.
Automatically assigning platform `iOS` with version `12.1` 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`.
해결 방법은 경고 로그에서 이 문서에서 확인하라고 친절히 알려준다.
해결 결과물 한눈에 보기
1. Podfile > 두번째 줄을 확인
2. 프로젝트에 맞게 수정
반응형