XCode Configuration and Use
for CSC173 (and beyond)

Last update: Winter 2025

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
Image

This document was written for XCode 16.2 on macOS 15.2 Sequoia.

  1. Create a new project from the XCode splash screen or by selecting New > Project... from the File menu
  2. Set project settings as required for CSC173 (and recommended elsewhere):
  3. Select main (the file main.c) in Project navigator (left sidebar, tab with folder icon):
  4. Product > Build (⌘-B)
  5. Details: Report navigator (left sidebar, tab with checklist icon)
  6. Product > Run (⌘-R)