Xcode Schemes
In Chapter 4, we talked about how a workspace is a collection of projects, and a project is a collection targets and files. A target has a number of build settings and phases that reference files from its project. (We’ll talk more about those shortly.) When built, a target creates a product, which is usually an application. A scheme contains one or more targets and specifies what to do with the product or products (Figure 21.18).
Figure 21.18 Xcode containers

When you create a new project, a scheme with the same name as the project is created for you. This project has a TouchTracker scheme, and this scheme contains the TouchTracker ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access