-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
a: first hourThe first hour of using FlutterThe first hour of using Flutterp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.platform-catalinaIssues related to macOS CatalinaIssues related to macOS Catalina
Milestone
Description
Flutter doctor was giving me this message:
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
For more info, see https://flutter.io/platform-plugins
To install:
brew install cocoapods
pod setup
When executing brew install cocoapods as suggested, I got this message:
Error: cocoapods 1.3.1 is already installed
To upgrade to 1.4.0, run `brew upgrade cocoapods`
Do we need to change the doctor message and detect that it is maybe just out of date?
wenerme, trietbui85, minikin, PauloKeller, 0rAX0 and 9 moreskaidevs
Metadata
Metadata
Assignees
Labels
a: first hourThe first hour of using FlutterThe first hour of using Flutterp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.platform-catalinaIssues related to macOS CatalinaIssues related to macOS Catalina