tesseract_ocr
tesseract_ocr copied to clipboard
Could not find module 'SwiftyTesseract' for target 'arm64-apple-ios-simulator
Tesseract_ocr seems not running on Mac OS Apple M2 chip
@SKTDeveloper99 you can add this : config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" to pod
Please see if this fixes this issue. Thanks.