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
b8b6a14d
Commit
b8b6a14d
authored
May 03, 2017
by
xster
Committed by
GitHub
May 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make a few error messages bold (#9774)
parent
4ca447b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
mac.dart
packages/flutter_tools/lib/src/ios/mac.dart
+7
-3
No files found.
packages/flutter_tools/lib/src/ios/mac.dart
View file @
b8b6a14d
...
...
@@ -287,7 +287,9 @@ Please ensure that a Development Team is selected by:
For
more
information
,
please
visit:
https:
//flutter.io/setup/#deploy-to-ios-devices\n
Or
run
on
an
iOS
simulator
═══════════════════════════════════════════════════════════════════════════════════
''');
═══════════════════════════════════════════════════════════════════════════════════
''',
emphasis: true,
);
}
}
}
...
...
@@ -371,7 +373,8 @@ Future<Null> _runPodInstall(Directory bundle, String engineDirectory) async {
'Warning: CocoaPods version
$minimumVersion
or greater not installed. Skipping pod install.
\n
'
'
$noCocoaPodsConsequence
\n
'
'To install:
\n
'
'
$cocoaPodsInstallInstructions
\n
'
'
$cocoaPodsInstallInstructions
\n
'
,
emphasis:
true
,
);
return
;
}
...
...
@@ -381,7 +384,8 @@ Future<Null> _runPodInstall(Directory bundle, String engineDirectory) async {
'
$noCocoaPodsConsequence
\n
'
'To initialize CocoaPods, run:
\n
'
' pod setup
\n
'
'once to finalize CocoaPods
\'
installation.'
'once to finalize CocoaPods
\'
installation.'
,
emphasis:
true
,
);
return
;
}
...
...
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