We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, this is a great OCR. It currently works, but I've got 2 issues on run time with the new version of swift(swift 4.0 - Xcode 9.0)
The text was updated successfully, but these errors were encountered:
Have you got it building on a device? I'm seeing similar errors when running on simulator but getting errors like so when I build for device.
Sorry, something went wrong.
Try click on your Pods project, on each target select Build Settings, search Bitcode and set Enable Bitcode to NO.
See also: #279
Thanks for the reply, however we want bitcode enabled for our project, therefore all dependencies need bitcode enabled if i'm not mistaken.
tesseract part not allows bitcode – Gali8
#351 (comment)
No branches or pull requests
Hi, this is a great OCR.
It currently works, but I've got 2 issues on run time with the new version of swift(swift 4.0 - Xcode 9.0)
The text was updated successfully, but these errors were encountered: