Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Accordion title='Create an XCode project' headingLevel='4' eyebrow='Starting fresh?'>
<Accordion title='Create an Xcode project' headingLevel='4' eyebrow='Starting fresh?'>
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)
Expand Down Expand Up @@ -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.

<Video src="/images/gen2/getting-started/ios/ios-getting-started-2.mp4" description="Video - XCode Demo" />
<Video src="/images/gen2/getting-started/ios/ios-getting-started-2.mp4" description="Video - Xcode Demo" />

## Adding Authentication

Expand Down