Patrick W
Patrick W
So I've finally had a chance to try out the the experimental builds. They work well: we can finally work on M1 machines without enabling rosetta. We did have the...
Hmm, but don't you have to do the exact same thing of maintaining version dependancy numbers in the Package.swift files? What about scripting the podspec and Package.swift generation? Create a...
If you're still having other warnings try my fork, https://github.com/hactar/CCBReader , which should fix all warnings.
I tried again - I think it depends on where you init Location(). If you do it within the Task the issue I describe above occurs. If I init location...
Had this issue too when requesting .whenInUse. Worked around it by adding NSLocationAlwaysAndWhenInUseUsageDescription into the plist too, but this looks like the actual fix.
@Jeehut We have just run into the same issue documented here https://github.com/FlineDev/BartyCrouch/issues/264 - if this PR fixes this, any chance we could have it merged please? ☺️
@stleamist Also requesting a merge, seeing this too.
@aehlke thanks for the heads up. I'm using your fork now, are you planning to maintain that so we can turn your fork into the main one? Or have you...
High sierra and xcode 9 would be out... Any chance you'd be willing to do an image update?
Has anyone managed to update that fork to a newer version of tesseract? The make file fails for me: ``` ../../src/gplot.c:399:14: error: 'system' is unavailable: not available on iOS ignore...