Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Oct 20, 2020

Description

Instead of suggesting a possibly incorrect installation command, refer users to CocoaPod's own instructions.
Screen Shot 2020-10-20 at 1 36 48 PM

Related Issues

Fixes #10122, specifically @InMatrix's request at #10122 (comment).
Website update at flutter/website#4662

@jmagman jmagman added the platform-ios iOS applications specifically label Oct 20, 2020
@jmagman jmagman self-assigned this Oct 20, 2020
@flutter-dashboard flutter-dashboard bot added tool Affects the "flutter" command-line tool. See also t: labels. work in progress; do not review labels Oct 20, 2020
@google-cla google-cla bot added the cla: yes label Oct 20, 2020
@jmagman jmagman marked this pull request as ready for review October 20, 2020 02:28
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmagman
Copy link
Member Author

jmagman commented Oct 20, 2020

const String brokenCocoaPodsConsequence = '''
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it.
This can usually be fixed by re-installing CocoaPods. For more info, see https://github.com/flutter/flutter/issues/14293.''';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christopherfujino asked I remove the link to this issue, it seems to cause more confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flutter setup: "pod setup" fails

3 participants