Open
Description
Describe your issue. If applicable, add screenshots to help explain your problem.
==== Getting Below error in my flutter project
Error (Xcode): Undefined symbol: OBJC_CLASS$_MLKTextRecognizer
Error (Xcode): Undefined symbol: OBJC_CLASS$_MLKTextRecognizerOptions
Error (Xcode): Undefined symbol: OBJC_CLASS$_MLKVisionImage
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Could not build the application for the simulator.
Error launching application on iPad mini (6th generation).
Steps to reproduce.
added google_mlkit_text_recognition: ^0.14.0) in yaml
What is the expected result?
Not able to run the project after adding this package. should allow to use.
Did you try our example app?
No
Is it reproducible in the example app?
No
Reproducible in which OS?
iOS
Flutter/Dart Version?
No response
Plugin Version?
added google_mlkit_text_recognition: ^0.14.0) in yaml
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
patelnirav48 commentedon Jan 23, 2025
@fbernaly Can you please help here?