NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.61k stars 481 forks source link

MobileGestalt Error #91

Open FroeMic opened 7 years ago

FroeMic commented 7 years ago

Whenever I want to call SwiftOCRInstance.recognize(image) I get the following error message printed to the console:

libMobileGestalt MobileGestaltSupport.m:153: pid 5236 (vocrc) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled

2017-06-02 15:14:59.932796+0200 vocrc[5236:1621721] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>

Any idea how to solve this?

Trystanr commented 7 years ago

I have the same issue. No idea how to provide sandbox access or what InverseDeviceID is. 2017-06-08 00:54:23.333506+0200 WhoFailedX[1009:237305] libMobileGestalt MobileGestaltSupport.m:153: pid 1009 (WhoFailedX) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled 2017-06-08 00:54:23.333543+0200 WhoFailedX[1009:237305] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)

sibidass commented 7 years ago

Having the same issue for this method on Xcode 8.3.3 and Swift 3.1. following is the only log that I could find.

sampleapp[2153:945247] libMobileGestalt MobileGestaltSupport.m:153: pid 2153 (sampleapp) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled
2017-07-06 00:05:01.837305+0100 helloworld[2153:945247] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see <rdar://problem/11744455>)
urmyfaith commented 5 years ago

see https://github.com/Alamofire/Alamofire/issues/2086

see https://openradar.appspot.com/11744455

see https://forums.developer.apple.com/thread/72286

It's a bug on iOS 10.3

@FroeMic @Trystanr @sibidass