Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/setup_xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ An Xcode target compiles (builds) one executable.
### Compile sources
{: .primer-spec-toc-ignore }

We need to avoid multiple `main()` functions by including the right files in our target. Click "p1-stats" in the side bar, then "p1-stats" under TARGETS. Click "Build Phases", the "Compile Sources". Include the files needed to compile the main program. Remove any other files by selecting them and clicking on the "–" button.
We need to avoid multiple `main()` functions by including the right files in our target. Click "p1-stats" in the side bar, then "p1-stats" under TARGETS. Click "Build Phases", then "Compile Sources". Include the files needed to compile the main program. Remove any other files by selecting them and clicking on the "–" button.

<img src="images/xcode130.png" width="768px" />

Expand Down
Loading