MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error Declaration of 'MLKTextRecognizedLanguage' when running on IOS

balinux opened this issue · comments

I'm having some errors when running this app on IOS as below:

Modules Issue (Xcode): Definition of 'MLKText' must be imported from module 'MLKitTextRecognitionCommon.MLKText' before it is required
/Users/dev.prog/.pub-cache/hosted/pub.dartlang.org/google_ml_kit-0.5.1/ios/Classes/vision/TextRecognizer.m:41:41

Modules Issue (Xcode): Definition of 'MLKTextBlock' must be imported from module 'MLKitTextRecognitionCommon.MLKTextBlock' before it is required
/Users/dev.prog/.pub-cache/hosted/pub.dartlang.org/google_ml_kit-0.5.1/ios/Classes/vision/TextRecognizer.m:48:32

Modules Issue (Xcode): Definition of 'MLKTextLine' must be imported from module 'MLKitTextRecognitionCommon.MLKTextLine' before it is required

using flutter version 3.5.0