Hi all,
I’m recieveing the following message both from x-code and test-flight if I try to compile an iOS build with them:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_FBRequest", referenced from:
objc-class-ref in FacebookManager.o
"_OBJC_CLASS_$_FBRequestConnection", referenced from:
objc-class-ref in FacebookManager.o
"_OBJC_CLASS_$_FBWebDialogs", referenced from:
objc-class-ref in FacebookManager.o
"_OBJC_CLASS_$_Flurry", referenced from:
objc-class-ref in FlurryBinding.o
(maybe you meant: _OBJC_CLASS_$_FlurryManager)
"__sharingShareItems", referenced from:
RegisterMonoModules() in RegisterMonoModules.o
"_OBJC_CLASS_$_FBSettings", referenced from:
objc-class-ref in FacebookManager.o
"_OBJC_CLASS_$_FBSession", referenced from:
objc-class-ref in FacebookManager.o
"_OBJC_CLASS_$_FlurryAds", referenced from:
objc-class-ref in FlurryBinding.o
I’m using several Prime[31] plug-ins, including social.
Did anyone ever run into something like this and knows how to solve it?