Adding A Framework To A Project

Select the project at the top of the left navigator panel, select the target and then select the Build Phases tab. In the Link Binary with Libraries section click the ‘+’ button and then select the framework entry to add.

The application can now use the classes and functions provided by the framework.  You just need to import the relevant header file where the framework is used, e.g.:

#import <CoreLocation/CoreLocation.h>