Configure Your Xcode Project

Add the copied dependencies to your Xcode project, and change project settings.

  1. With your Xcode project open, drag and drop all the files from dependencies/libraries and dependencies/bundles to the Xcode Project Navigator view.
  2. Select the root node of your project in Project Navigator view. You should see the General project settings in the main area of your Xcode window.
  3. Select main target from the Targets view.
  4. Select Build Settings tab and select All from the header of the Build Settings page.
  5. In the search field, enter search paths.
  6. Add this string as the Header search path: $(PROJECT_DIR)/dependencies/includes/. Make sure the path is marked as recursive.
  7. Add this string as the Library search path: $(PROJECT_DIR)/dependencies/libraries/$(BUILD_STYLE)-universal. Make sure the path is marked as recursive.
  8. Clear the search field on the Build Settings page and enter other linker flags.
  9. Set other linker flags to -all_load and -ObjC.
  10. On the Build Settings page, clear the search field and enter iOS deployment target.
  11. Set the iOS deployment target to iOS 6.0.