본문 바로가기
www/flutter

[flutter] CocoaPods not installed.

by 금이아빠s 2023. 7. 9.

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.
        For more info, see https://flutter.dev/platform-plugins
      To install see https://guides.cocoapods.org/using/getting-started.html#installation for
      instructions.

 

 

flutter doctor 를 실행하면

에러가 발생한다..

 

CocoaPod가 설치 안되어서 생기는 에러라한다..

CocoaPod는 iOS 및 macOS 플랫폼 측의 플러그인 코드를 검색하는 데 사용 되는 친구라고 나오네요

 

 

sudo gem install cocoapods

CocoaPod를 설치 해서 해결!