CocoaPods / CocoaPods

The Cocoa Dependency Manager.
https://cocoapods.org/
Other
14.47k stars 2.62k forks source link

CocoaPods not installed. #12371

Open mazab99 opened 1 month ago

mazab99 commented 1 month ago

sudo gem install cocoapods

Password: Successfully installed cocoapods-1.15.2 Parsing documentation for cocoapods-1.15.2 Done installing documentation for cocoapods after 1 seconds 1 gem installed mahmoudazab@mahmouds-mbp galisa % flutter doctor
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.6, on macOS 14.4 23E214 darwin-x64, locale en-EG) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [!] Xcode - develop for iOS and macOS (Xcode 15.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 (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [✓] Android Studio (version 2023.3) [✓] VS Code (version 1.88.1) [✓] VS Code (version 1.88.1) [✓] Connected device (2 available) [✓] Network resources

! Doctor found issues in 2 categories.