Won't count PDF
Adrast opened this issue · 9 comments
Interesting. I can't seem to reproduce it myself, but it looks like it's calling on Homebrew rather than using the poppler included with the app. Did you build from scratch, or did you use the .zip version online?
Or is the file in an odd PDF format?
I used the .zip version. It's a PDF I made with LaTex at Overleaf.com
Interesting—I just tested it on my own LaTeX made documents. Could you try downloading the entire repository and using the .app included? (I just did so and could not reproduce)
The error you're getting seems to be related to this: https://stackoverflow.com/questions/17703510/dyld-library-not-loaded-reason-image-not-loaded
Per StackExchange, try brew update && brew upgrade
You are right, it worked! my bad :)
just updating brew didn't work for me but brew install poppler
did
@waspinator I re-released it to try to fix this issue, which seems to popup periodically with updates to Brew and Poppler. It's apparently a common issue when referencing libraries that are also separately installed in Homebrew. There's a few discussions of the issue on StackOverflow, but none seems to have found an elegant solution. See, for example: https://stackoverflow.com/questions/49457773/dyld-library-not-loaded-usr-local-lib-libmpfr-4-dylib