You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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!
So I'm running Sonoma and Xcode 15.3. I thought I'd try Muter and ran into a slew of problems:
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.The text was updated successfully, but these errors were encountered: