Change doc references from .xcodeproj to xcworkspace (#8379)
diff --git a/packages/flutter_tools/lib/src/ios/devices.dart b/packages/flutter_tools/lib/src/ios/devices.dart index 51fc5da..bae97e6 100644 --- a/packages/flutter_tools/lib/src/ios/devices.dart +++ b/packages/flutter_tools/lib/src/ios/devices.dart
@@ -308,7 +308,7 @@ if (installationResult != 0) { printError('Could not install ${bundle.path} on $id.'); printError('Try launching Xcode and selecting "Product > Run" to fix the problem:'); - printError(' open ios/Runner.xcodeproj'); + printError(' open ios/Runner.xcworkspace'); printError(''); return new LaunchResult.failed(); }
diff --git a/packages/flutter_tools/lib/src/ios/mac.dart b/packages/flutter_tools/lib/src/ios/mac.dart index 20cc97a..599521f 100644 --- a/packages/flutter_tools/lib/src/ios/mac.dart +++ b/packages/flutter_tools/lib/src/ios/mac.dart
@@ -223,7 +223,7 @@ printError(''); } printError("Try launching Xcode and selecting 'Product > Build' to fix the problem:"); - printError(" open ios/Runner.xcodeproj"); + printError(" open ios/Runner.xcworkspace"); return; } if (result.xcodeBuildExecution != null) { @@ -247,7 +247,7 @@ Building an iOS app requires a selected Development Team with a Provisioning Profile Please ensure that a Development Team is selected by: 1- Opening the Flutter project's Xcode target with - open ios/Runner.xcodeproj + open ios/Runner.xcworkspace 2- Select the 'Runner' project in the navigator then the 'Runner' target in the project settings 3- In the 'General' tab, make sure a 'Development Team' is selected\n