Xcode 4–How to add Framework into project?

Apple releases new Xcode 4 GM, it changes a lot of work flow we used to work on Xcode3.

How to add Framework into project?

  1. In the project navigator, select your project
  2. Select your target
  3. Select the ‘Build Phases’ tab
  4. Open ‘Link Binaries With Libraries’ expander
  5. Click the ‘+’ button
  6. Select your framework
  7. (optional) Drag and drop the added framework to the ‘Frameworks’ group

Source: stackoverflow.com