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.
In Podfile:
firebase_core (from `.symlinks/plugins/firebase_core/ios`) was resolved to 1.4.0, which depends on
Firebase/CoreOnly (= 8.3.0)
아래 명령어로 podfile을 업데이트 해서 파이어베이스 sdk버전을 맞춰준다.
pod install --repo-update
'🐳Flutter > error' 카테고리의 다른 글
플러터 윈도우 패키지 설치 에러 (0) | 2022.03.26 |
---|---|
안드로이드 스튜디오에서 ios시뮬레이터 인식 못할때 (0) | 2021.10.05 |