📘 Flutter

[macOS 맥북/Flutter] Flutter Xcode (CocoaPods not installed) 해결 방법

핑크빛연어 2021. 6. 14. 22:11

 

Flutter SDK 설치 시 나타나는 Xcode (CocoaPods not installed) 해결 방법 입니당!

https://eunoia3jy.tistory.com/89

 

[macOS 맥북/Flutter] Flutter SDK 설치

안녕하세요! 다음 프로젝트에서 Flutter 를 사용을 해야해서 저의 맥북에 Flutter 를 설치해 보았습니다. Flutter 란? Flutter(플러터) 는 Google에서 개발하여 Mobile World Congress 2018에서 최초 베타 릴리스..

eunoia3jy.tistory.com

 

 

Flutter SDK 설치 후 flutter doctor 명령어를 실행하였을 때 
Xcode 에 [!] 가 표시되어 있는 것을 확인하셨다면 Xcode 나 CocoaPods 가 설치되어 있지 않아서 나타나는 표시인데요.
이 부분을 해결하는 방법은 https://guides.cocoapods.org/using/getting-started.html#installation  여기에서 가이드받아 해결하라고 나와있네요!

https://guides.cocoapods.org/using/getting-started.html#installation

 

CocoaPods Guides

CocoaPods is fully open-sourced, so it depends on community contributions to get better. If you're looking to start working on CocoaPods, this is the place to start.

guides.cocoapods.org

 

해당 페이지에서 확인할 수 있어요~

 

sudo gem install cocoapods 명령어를 실행시켜 줍니다!

 

그러면 설치되는 과정이 나오고 마지막에 cocoapods ~ gems installed  가 표시되면
다시 flutter doctor 명령어를 실행해서 flutter SDK 설치 상태를 확인해 줍니다.
이제 Xcode 에도 초록색 체크 표시가 되어있는 걸 확인할 수 있죠? 그럼 끝!

 

 

근데 VsCode 에서 Flutter App 실행 시 이렇게 에러가 났어용 ㅠ_ㅠ

그래서 나와있는 대로 옆의 TERMINAL 에서 arch -x86_64 sudo gem install ffi 명령어를 실행시킨 후
맥북 비밀번호 입력하였더니 성공!

 

 

 

Android licenses status unknown 해결방법은 요기에서 확인해 주세용!

https://eunoia3jy.tistory.com/90

 

[macOS 맥북/Flutter] Flutter Android toolchain (Android license status unknown) 해결 방법

Flutter SDK 설치 시 나타나는 Android toolchain (Android license status unknown) 해결 방법 입니당! https://eunoia3jy.tistory.com/89 [ macOS 맥북 / Flutter ] Flutter SDK 설치 안녕하세요! 다음 프로젝트..

eunoia3jy.tistory.com

 

 

감사합니당 🥲

728x90
반응형