-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Crash on example #1
Comments
Looks like that it is ios 10.3 / swift version / Xcode version bug. libMobileGestalt MobileGestaltSupport.m:153: pid 300 (DocumentsOCR_Example) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled If I find solution, I'll notify u here |
Same issue on iOS 11.1, Xcode 9.1. @mmbabaev great library though! |
Hello, I have same issue on iOS 11.1, Xcode 9.1. |
hello, i am having the same issue in ios 11.1 xcode 9.1. does it still work if i manage to implement in my own project? |
using [self.tesseract recognize] in a dispatch_get_global_queue() which in a block meet the issue, i fix this issue by invoking dispatch_get_main_queue() first, and then invoke dispatch_get_global_queue(). here is my code, hope this can help you : dispatch_async(dispatch_get_main_queue(), ^{ |
I've been trying to run the example but every time I get, crash in
G8Tesseract.mm
returnCode = _tesseract->Recognize(_monitor);
And log shows 6 times this same error, then the crash is reproduced
DocumentsOCR_Example[2295:586588] [Camera] Failed to capture still image with request <CAMMutableStillImageCaptureRequest burstIdentifier:(null) irisIdentifier(null)> (Error Domain=CAMCaptureControllerErrorDomain Code=-22100 "(null)")
The text was updated successfully, but these errors were encountered: