Commonly when working with the iPhone SDK we run into a situation where the specific library we need is in a precompiled framework. These frameworks are libraries: collections of functionality thrown together into one package.
Using a framework is easy:
Import it into your project
Import the specific header file into your code
To start off right-click on the "Frameworks" folder in XCode and select Add->Existing Frameworks...