1. 문제 상황

 

% flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.2, on macOS 13.0.1 22A400 darwin-arm64, locale ko-KR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 14.3)
    ✗ 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.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.2.3)
[✓] VS Code (version 1.70.1)
[✓] Connected device (2 available)
[✓] Network resources

! Doctor found issues in 1 category.

 

 

 

 

 

 

2. 해결 방법

 

sudo gem install cocoapods

 

sudo gem update --system 3.4.22

 

 

 

 

 

3. 해결 완료

 

 

 

 

+ Recent posts