-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add CocoaPods sudo installation note #68542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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. |
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| 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.'''; |
There was a problem hiding this comment.
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.
Description
Instead of suggesting a possibly incorrect installation command, refer users to CocoaPod's own instructions.

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