Information Technology Reference
In-Depth Information
CAUTION
Note that Xcode allows you to select an iOS SDK for an OS X project, and vice versa. This is never a wise thing to
do. Occasionally you can load an older Mac project and Xcode assumes it's an iOS project—and vice versa. So
you may need to correct this by hand. Note also that you can set different SDKs for Release, Debug, and custom
configurations. Very occasionally you may discover a practical need for this, but it's not a widely used feature.
Including a framework or library in a build
This topic was introduced in Chapter 5, but it's expanded here. To add a framework or library, follow these
steps:
1. Navigate to the Build Phases tab.
2. Open the Link Binary With Libraries item, as shown in Figure 13.5.
3. Click the + (plus) button at the bottom left of the item.
FIGURE 13.5
Adding a framework to a target
Search WWH ::




Custom Search