Creating iOS Starter Application

Create a new Xcode project. If you have already created a project, verify that it is configured correctly.

  1. Start Xcode and select File > New > Project. The Choose a template for your new project view appears.
  2. Select Single View Application, and click Next.
  3. Specify the project details, and click Next.
    Project Details
  4. Specify where to save the application, then click Create.
Xcode opens your new project.