From 347ef40d91afac20b196453bb6778a0a26dfdbc9 Mon Sep 17 00:00:00 2001 From: Dimitris Paxinos Date: Thu, 20 Apr 2023 16:19:35 +0300 Subject: [PATCH] Update flavors.md Updated path of "New Scheme" in the XCode menu. --- src/deployment/flavors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deployment/flavors.md b/src/deployment/flavors.md index d18f2223e2d..be90b947cac 100644 --- a/src/deployment/flavors.md +++ b/src/deployment/flavors.md @@ -48,7 +48,7 @@ Open your project in Xcode.
  • -Select **Runner** > **New Scheme** from the menu to add a new `Scheme`. +Select **Product** > **Scheme** > **New Scheme** from the menu to add a new `Scheme`. * A scheme describes how Xcode runs different actions. For the purposes of this guide, the example _flavor_ and _scheme_ are named `free`.