Open reafian opened 3 years ago
I got this issue as well. the sift ran into segmentation fault.
Last login: Fri Jul 15 09:45:52 on ttys001 cypress@MacStudio ~ % sift --version zsh: segmentation fault sift --version cypress@MacStudio ~ % sift -version zsh: segmentation fault sift -version cypress@MacStudio ~ % sift -v zsh: segmentation fault sift -v cypress@MacStudio ~ %
So, I've got this working and I'm commenting in case anybody wants to get sift working again too. First off, I know nothing about Go or how to properly build Go applications so there may well be a better way of doing this but it worked for me.
$ go mod init github.com/svent/sift-tools $ go mod tidy $ go build -o sift
It works for me and sift it now back up and running again. It would be good to have the official binaries updated but, in the meantime, this appears to work.
Sift and macOS 12 do not get along:
More than happy to provide whatever is necessary to help debug and test.
Sift 0.9.0 standalone download. Brew version seems to work fine.