diff --git a/src/pages/[platform]/start/quickstart/index.mdx b/src/pages/[platform]/start/quickstart/index.mdx index 92af74bb2c3..efbdbd76fa5 100644 --- a/src/pages/[platform]/start/quickstart/index.mdx +++ b/src/pages/[platform]/start/quickstart/index.mdx @@ -1727,7 +1727,7 @@ Before you get started, make sure you have the following installed: - Configure your AWS account to use with Amplify [instructions](/[platform]/start/account-setup/). - You need to have [Xcode and Developer Tooling](https://developer.apple.com/xcode/) installed on your machine. - + Open Xcode and select **Create New Project...** ![Shows the Xcode starter video to start project](/images/lib/getting-started/ios/set-up-swift-1.png) @@ -1787,7 +1787,7 @@ npx ampx sandbox Once the sandbox environment is deployed, it will create an `amplify_outputs.json`. However, Xcode won't be able to recognize them. For recognizing the files, you need to drag and drop the generated files to your project. -