Saturday, 7 September 2013

Flurry Analytics multiple errors Apple Mach-O Linker Error

Flurry Analytics multiple errors Apple Mach-O Linker Error

I'm trying to implement Flurry, obviously not without problems, I've just
copied the flurry (latest version) folder into the project and added the
library to the target. I've imported the "Flurry.h" into the appDelegate.
I know I also need to add SystemConfiguration.framework to my project to
make Flurry work but seems to be not enough, everything I've found on
internet is about to put the SystemConfiguration.framework into the
project but to me is not enough
I've setted armv7 in the Build Settings
the multiple errors (16) are like this:
Undefined symbols for architecture armv7: "_kSecValueData", referenced
from: -[FlurryKeychainWrapper setData:forKey:] in
libFlurry_4.2.3.a(libFlurry.a-armv7-master.o)
and so on...

1 comment: