muter
muter copied to clipboard
Homebrew version of Muter very broken
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.ymlwas 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 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!