Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

1

Create a new Xcode project.

The Xcode project contains the files for building the application.

Example

1

Instructions

Create

  1. Open Xcode
  2. Click File
  3. Click New
  4. Click Project...
  5. Under iOS, click Application
  6. Click Single View Application
  7. Click Next
  8. After Product Name, type Hello or your product name
  9. After Organization Name, type your organization name or leave blank
  10. After Organization Identifier, type your organization identifier
  11. After Language, select Swift
  12. After Devices, select Universal
  13. Uncheck Use Core Data
  14. Click Next
  15. Select a folder
  16. After Source Control, uncheck Create Git repository on
  17. Click Create

Run

  1. Click Product
  2. Click Run
HomeMenu