I am trying to run in debug mode a project that uses the Facebook SDK to track app events as described here:
https://developers.facebook.com/docs/ios/getting-started/
When I compile in debug mode, I get the following compilation error:
https://developers.facebook.com/docs/ios/getting-started/
When I compile in debug mode, I get the following compilation error:
B4X:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_FIRAuth", referenced from:
objc-class-ref in libiFacebook.a(iFacebook.o)
"_OBJC_CLASS_$_FIRFacebookAuthProvider", referenced from:
objc-class-ref in libiFacebook.a(iFacebook.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)