
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
M1 맥에서 설치했고, OS는 최신 버전입니다.
Flutter doctor 실행시 다음과 같이 오류가 뜨는데 어떻게 해결해야 할까요?
[!] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64,
locale en-KR)
! Warning: `flutter` on your path resolves to
/Users/GoodTreeC/development/flutter/bin/flutter, which is not inside your
current Flutter SDK checkout at /Users/goodtreec/development/flutter.
Consider adding /Users/goodtreec/development/flutter/bin to the front of
your path.
! Warning: `dart` on your path resolves to
/Users/GoodTreeC/development/flutter/bin/dart, which is not inside your
current Flutter SDK checkout at /Users/goodtreec/development/flutter.
Consider adding /Users/goodtreec/development/flutter/bin to the front of
your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[!] 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.
