muter icon indicating copy to clipboard operation
muter copied to clipboard

Homebrew version of Muter very broken

Open Tyler-Keith-Thompson opened this issue 1 year ago • 1 comments

So I'm running Sonoma and Xcode 15.3. I thought I'd try Muter and ran into a slew of problems:

  • With SPM it couldn't handle any dependencies
  • When I created an xcodeproj for it it swore my muter.conf.yml was invalid because it contained the line/usr/bin/xcodebuild

Turns out that cloning the project and running make install solved the SPM issues for me. So something is just very wrong with the homebrew deployed version of the tool.

Tyler-Keith-Thompson avatar Apr 02 '24 16:04 Tyler-Keith-Thompson

@Tyler-Keith-Thompson indeed, the issue is that the last version is not compatible with the latest Xcode/Swift Syntax (this is a huge pain right now) I'm planning to deploy a new version to homebrew soon!

rakaramos avatar Apr 27 '24 18:04 rakaramos