Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
eb143852
Commit
eb143852
authored
Mar 08, 2017
by
Chris Bracken
Committed by
GitHub
Mar 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CocoaPods install instructions to use Homebrew (#8644)
This is consistent with the rest of the iOS toolchain.
parent
53daa55f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ios_workflow.dart
packages/flutter_tools/lib/src/ios/ios_workflow.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/ios/ios_workflow.dart
View file @
eb143852
...
@@ -172,7 +172,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
...
@@ -172,7 +172,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
podStatus
=
ValidationType
.
missing
;
podStatus
=
ValidationType
.
missing
;
messages
.
add
(
new
ValidationMessage
.
error
(
messages
.
add
(
new
ValidationMessage
.
error
(
'CocoaPods not installed; this is used for iOS development.
\n
'
'CocoaPods not installed; this is used for iOS development.
\n
'
'Install by running:
\'
sudo gem
install cocoapods
\'
'
'Install by running:
\'
brew
install cocoapods
\'
'
));
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment