Information Technology Reference
In-Depth Information
For example, with the settings in the figure, running Profile builds MyMacProject only. Running Test or Archive
builds AnotherTarget only. Running Analyze builds both.
When you check the Parallelize Build box, Xcode builds independent targets in parallel. This isn't usually a
timesaver on a single machine. But if you have more than one Mac, you can split the build process across a net-
work, which is a timesaver, especially for complex projects.
The Find Implicit Dependencies tells Xcode to find and build dependent targets automatically.
Adding targets
Before you can select a target, you must add it. Unfortunately, when you create a new target in Xcode, it doesn't
appear on this page automatically. You must add it manually before you can force a build action to build it.
To add a target, use the main build options pages shown earlier in this chapter. You can then add the target to
this page by clicking the + (plus) icon near the bottom left and selecting the new target from the list, as shown
in Figure 12.16.
FIGURE 12.16
Adding a target
Search WWH ::




Custom Search