[flutter] Xcode - develop for iOS and macOS, CocoaPods not installed가 뜬다면?

flutter - CocoaPods not installed 에러가 뜬다면?

$ flutter doctor

명령어를 수행했는데, CocoaPods not installed 에러가 뜬다면 함께 뜨는 메시지도 잘 살펴보자.

CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.

Without CocoaPods, plugins will not work on iOS or macOS.


To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.

라는 문장도 함께 보일 것이다.

 

반응형

 

해결 방법

가이드 링크에 나와 있는 것처럼, 아래 명령어를 실행하자.

$ sudo gem install cocoapods

명령어를 실행하면, 사람마다 다르겠지만 대략 아래와 같이 패키지 설치 과정을 거치게 된다.

Fetching i18n-1.12.0.gem
Fetching concurrent-ruby-1.1.10.gem
Fetching tzinfo-2.0.5.gem
Fetching zeitwerk-2.6.0.gem
Fetching activesupport-6.1.6.1.gem
Fetching nap-1.1.0.gem
Fetching fuzzy_match-2.0.4.gem
Fetching httpclient-2.8.3.gem
Fetching algoliasearch-1.27.5.gem
Fetching ffi-1.15.5.gem
Fetching ethon-0.15.0.gem
Fetching typhoeus-1.4.0.gem
Fetching netrc-0.11.0.gem
Fetching public_suffix-4.0.7.gem
Fetching addressable-2.8.1.gem
...

설치가 완료되었다면, 다시 flutter docter 명령어를 수행하여 문제가 해결되었는지 검사해 보자.

댓글

Designed by JB FACTORY