I updated to the new Flurry 4.2.1 library on iOS. However, when I build my project, I get the following linker error:
Undefined symbols for architecture i386: "_OBJC_CLASS_$_Flurry", referenced from: ...
What is the likely cause of this error? I have already made sure that all the required frameworks are installed. Are there any special linker flags that I need to set?