Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hi!

Not sure what this could be but here are a few ideas:

  • Does replacing xattr with /usr/bin/xattr solve the problem?

    • try this:
      sudo /usr/bin/xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/Emergence.vst3
  • What is the output of type -a xattr

  • What is the output of xattr -h

Aha, calling out the full path of the command did it. Thanks! Apparently xattr is involved with pyenv so my pyenv setup had pushed it around a bit via symlinks.