-1

I am having issue in integrating Flurry in my project. When I place

import "Flurry.h"

In my AppDelegate. It say's Flurry.h file not found.

I added the whole Flurry folder in my project. As well as the stuffs you need to add in the building phase

drbj
  • 113
  • 9

1 Answers1

0

Please use pods and add library in project. Follow this steps : https://developer.yahoo.com/flurry/docs/publisher/code/ios/#tab=0 Add all .dylib, .a and all respective dependancies. And it should be #import "Flurry.h"

Pushkraj Lanjekar
  • 2,254
  • 1
  • 21
  • 34