Add CocoaPods sudo installation note#68542
Merged
jonahwilliams merged 2 commits intoflutter:masterfrom Oct 22, 2020
Merged
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. |
Member
Author
|
Changed this instead link to https://guides.cocoapods.org/using/getting-started.html#installation |
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.'''; |
Member
Author
There was a problem hiding this comment.
@christopherfujino asked I remove the link to this issue, it seems to cause more confusion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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