olexale / flutter_mrz_scanner

Scans MRZ (Machine Readable Zone) from identity documents.
MIT License
51 stars 44 forks source link

IOS Simulator Error : Could not find module 'SwiftyTesseract' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator #22

Open yakup2525 opened 2 years ago

yakup2525 commented 2 years ago

Swift Compiler Error (Xcode): Could not find module 'SwiftyTesseract' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: /Users/........../SDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_mrz_scanner-2.0.1/ios/Classes/MRZScannerView.swift:2:7

Package working on real IOS device but not working IOS simulator, ı tried a lot of things but stil not working on simulator. Is it something wrong with my project or is Package not working on simulators ? Does any one know the solution

Simulator doent have camera but in my project ı have other futures when ı m implementing this, its not build but if there is a problem with ios camera, is it should give error when try to reach mrz page. (if that's the reason)