* 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.
For more info, see https://flutter.dev/platform-plugins
To install see
https://guides.cocoapods.org/using/getting-started.html#installation for
instructions.
* 해결 방법
- Homebrew 설치되어 있다면
brew install cocoapods
* 해결 완료!
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.3.1 23D60 darwin-arm64, locale
ko-KR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.3.6)
[✓] IntelliJ IDEA Community Edition (version 2023.3.3)
[✓] VS Code (version 1.88.0)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!
References
'Flutter' 카테고리의 다른 글
[Flutter] Android Studio에서 내 아이폰 연결하기 (0) | 2024.05.14 |
---|---|
[Flutter] Unable to boot the Simulator. (0) | 2024.05.03 |