Learn Objective-C, Building an App: Adding Frameworks to an Xcode Project

A lot of Xcode projects require you to add additional frameworks to link against. Here’s how:

  1. Select the main project listing in the left column. Main project selection

  2. Select Build Phases from the tabs near the top. Build phases

  3. Click the ‘ ‘ button in the “Link Binary With Libraries” section (you may have to twist it open. Link with binaries

  4. Choose the framework(s) you want to add, and click the “Add” button.

Add frameworks

This post is part of the Learn Objective-C in 24 Days course.


Previous Lesson Next Lesson