**Open Xcode.**  From the menu bar, select **"File -> New -> Project..."**

Select **iOS** tab, choose Application type as **App** and then click on **Next**.

![GSA](/images/project-setup/20_1_createProject.png)

Fill in the following for your project:
* Product Name: **MyAmplifyApp**
* Interface: **SwiftUI**
* Language: **Swift**
* **Tap `Next`**

![GSA](/images/project-setup/20_2_createProject.png)

After tapping Next, **select where you would like to save your project**, then **tap Create**.  In this example, you will choose: **~/Developer**
![GSA](/images/project-setup/20_3_createProject.png)

You should now have an empty iOS project without Amplify.