Mac OS binary does not work on OS X Sierra
See original GitHub issueI build my slides with flowtime.js, and then convert to pdf using the command:
.phantomjs decktape.js flowtime "/Users/name/etc/doc.html" "/Users/name/etc/doc.pdf" --size=1920x1080
This worked perfectly, but as of today I get the message “Killed: 9”. I updated to OSX 10.12 earlier this week so that’s probably related. I’ve updated to the latest version of decktape
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
ROOT binary installation on macOS High Sierra not working
I'm trying to install a ROOT binary on macOS High Sierra (macOS 10.13). I download the appropriate ROOT binary for my OS: ...
Read more >Mac OS X: conventional places where binary files should live
Core answer: you probably want /usr/local/bin . Depending on how recent your macOS is, you may need to update your default $PATH ....
Read more >32-bit app compatibility with macOS High Sierra 10.13.4 and ...
Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you get an alert about a 32-bit app. You will...
Read more >What to Do if Your Mac Can't Run macOS Sierra - Intego
Note: Although this article was written for macOS Sierra (10.12), ... them to drive-by malware installations and other security problems.
Read more >createinstallmedia: cannot execute binary file - Ask Different
Redownloaded the installer. And everything works fine. p.s. I'm in China at the moment. Look like package loss is a real problem here....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH
Also worked for me
In case this is of help for anyone in a similar situation, I fixed this by installing Homebrew and running:
Then worked like a charm 😃 I do not recall having to install that on El Capitan though.