You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep crashing my application so I am suspicious that I'm doing something wrong with the darwinkit API, which is translating to some invariant being violated somewhere. Here's the stacktrace:
This seems like it could be related to #277 and just manifesting itself in a different crash.
...works fine. But if there are zero results, then we get this crash. I found that this was because with one or more results, the returned class is __NSFrozenArrayM, but with zero results, it's __NSArray0.
I keep crashing my application so I am suspicious that I'm doing something wrong with the darwinkit API, which is translating to some invariant being violated somewhere. Here's the stacktrace:
This seems like it could be related to #277 and just manifesting itself in a different crash.
And here's the
ocr_engine_apple_darwin.go
fileThe text was updated successfully, but these errors were encountered: