I'm trying to build a newsstand app, when I attempt to run I get this link error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_NKLibrary", referenced from:
I thought the problem might be with my deployment target which is 4.0, but changing it to 5.0 did not help.
Any thoughts?