- In the finder, drag FlurryAnalytics/ into project's file folder. (NOTE: If you are upgrading the Flurry iOS SDK, be sure to remove any existing Flurry library folders from your project's file folder before proceeding.)
- Now add it to your project:
File > Add Files to “Your Project” ... > FlurryAnalytics
Destination: select Copy items into destination group’s folder (if needed) 
Folders: Choose 'Create groups for any added folders'
- Add to targets: select all targets that the lib will be used for
- In your Application Delegate:
- Import FlurryAnalytics and inside "applicationDidFinishLaunching:" add: [FlurryAnalytics startSession:@"YOUR_API_KEY"];
What exactly do you have to do for the bolded step above? I'm using xcode 4.3.3 Where do you do that step?
Thanks!