jeffvli/sonixd

Mac M1 Package broken

danst0 opened this issue · 4 comments

Hi,
I cannot get Sonixd running on my M1 Macbook using the ARM64 package. Error message says that the package is broken. Only option to move the package to the trash.

Daniel

Check #297 (comment) for how to run on m1 macos.

FYI, tracking this in Homebrew Casks as well: Homebrew/homebrew-cask#138474

happened to me today, but this fixed it, as referenced above:
sudo xattr -r -d com.apple.quarantine /Applications/Sonixd.app

happened to me today, but this fixed it, as referenced above: sudo xattr -r -d com.apple.quarantine /Applications/Sonixd.app

tks, it works