[tool] Update description of where to install platforms in XCode (#156432)

Fixes https://github.com/flutter/flutter/issues/156431
This commit is contained in:
Kevin Moore 2024-10-08 14:34:22 -07:00 committed by GitHub
parent 078077742b
commit a80c3823f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ const String kConcurrentRunFailureMessage2 = 'there are two concurrent builds ru
String missingPlatformInstructions(String simulatorVersion) => ''' String missingPlatformInstructions(String simulatorVersion) => '''
$simulatorVersion is not installed. To download and install the platform, open $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. required platform.
For more information, please visit: For more information, please visit:

View File

@ -11,7 +11,7 @@ import 'xcode.dart';
String _iOSSimulatorMissing(String version) => ''' String _iOSSimulatorMissing(String version) => '''
iOS $version Simulator not installed; this may be necessary for iOS and macOS development. 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. and click the GET button for the required platform.
For more information, please visit: For more information, please visit: