I'm developing cordova plugin for biometric authentication and now I need to integrate FirebaseMLVision with FirebaseMLVisionFaceModel. When I added the static frameworks into the project I got errors like this:
I have researched a lot about this issue and I haven't found the solution how to fix it.
I have linked the required frameworks like this
<framework src="src/ios/frameworks/FIRAnalyticsConnector.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/Firebase.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseAnalytics.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseCore.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseInstallations.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseInstanceID.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseMLCommon.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/FirebaseMLVision.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleAPIClientForREST.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleAppMeasurement.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleDataTransport.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleDataTransportCCTSupport.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleToolboxForMac.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GoogleUtilities.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/GTMSessionFetcher.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/nanopb.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/PromisesObjC.framework" custom="true" embed="true" />
<framework src="src/ios/frameworks/Protobuf.framework" custom="true" embed="true" />
UPDATE: I'm using the latest version of firebase ios sdks