티스토리 뷰

개발/Flutter

Firebase 연동 에러 해결

Byunpa24 2021. 7. 22. 10:14
반응형

Firebase 연동 에러 해결  

 

How to solve "error running pod install" in flutter on mac 

 

Automatically assigning platform `iOS` with version `8.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`. 

 

 

파드 파일은 한개이상의 Xcode프로젝트를 실행할 수있게 하기 위한 상세사항을 나타내는 것입니다. 

그러니까 우리의 Podfile에서 ios build 타겟이 뭔가 에러가 난다는 것이다. 현재 설정이 안되어 있어서 IOS 8.0으로 빌드를 하는데 그게 에러를 일으킨다는 뜻으로 보인다. 

PodFile에 들어가보니 target platform 이 '#'으로 주석이 되어 있다. 구글링을 해보니 이 주석된것을 지우라고 한다. # platform :ios,'9.0' ➡️ platform :ios,'9.0' 으로 변경하면된다. 나는 10.0으로 update를 하였다.  

 

변경하고  

 

Pod update를 하니, dependencies 들이 다시 깔리는데 시간이 좀 필요하였다.  

그리고 다시 cold start를 하니 완료!! 

 

반응형
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG more
«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
글 보관함