khjde1207 / tesseract_ocr

Tesseract OCR for flutter
BSD 3-Clause "New" or "Revised" License
62 stars 31 forks source link

Could not find module 'SwiftyTesseract' for target 'arm64-apple-ios-simulator #42

Open SKTDeveloper99 opened 7 months ago

SKTDeveloper99 commented 7 months ago

Tesseract_ocr seems not running on Mac OS Apple M2 chip

redevrx commented 7 months ago

@SKTDeveloper99 you can add this : config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" to pod

satet-dev commented 6 months ago

Please see if this fixes this issue. Thanks.