Getting below error when adding firebase SDK in app:
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_LAContext", referenced from: objc-class-ref in FirebaseMLCommon(MDMPasscodeCache_ac345e06741a76a3aefe61adde149175.o)
objc-class-ref in GoogleMobileVision ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Xcode version: 10.1 Firebase SDK version: 5.20.2 Firebase Component: ML Kit (text recognition) Component version:
Any help is appreciated. Thanks
Why don't u install CocoaPods?
as a sequence,
RefURL: https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#cocoapods
Similar answer as https://stackoverflow.com/a/55750927/556617 - Add LocalAuthentication.framework instead of libc++ to the
Link Binary with Libraries
Build Phase.