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
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
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"