mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[tool] Update description of where to install platforms in XCode (#156432)
Fixes https://github.com/flutter/flutter/issues/156431
This commit is contained in:
parent
078077742b
commit
a80c3823f5
@ -56,7 +56,7 @@ const String kConcurrentRunFailureMessage2 = 'there are two concurrent builds ru
|
||||
String missingPlatformInstructions(String simulatorVersion) => '''
|
||||
════════════════════════════════════════════════════════════════════════════════
|
||||
$simulatorVersion is not installed. To download and install the platform, open
|
||||
Xcode, select Xcode > Settings > Platforms, and click the GET button for the
|
||||
Xcode, select Xcode > Settings > Components, and click the GET button for the
|
||||
required platform.
|
||||
|
||||
For more information, please visit:
|
||||
|
@ -11,7 +11,7 @@ import 'xcode.dart';
|
||||
|
||||
String _iOSSimulatorMissing(String version) => '''
|
||||
iOS $version Simulator not installed; this may be necessary for iOS and macOS development.
|
||||
To download and install the platform, open Xcode, select Xcode > Settings > Platforms,
|
||||
To download and install the platform, open Xcode, select Xcode > Settings > Components,
|
||||
and click the GET button for the required platform.
|
||||
|
||||
For more information, please visit:
|
||||
|
Loading…
Reference in New Issue
Block a user