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
attempting to upgrade background-music with homebrew failed, due to an inability to kickstart CoreAudio. This permission was revoked in a recent MacOS update.
A solution that worked for me for background-music, based on a solution for a similar problem for blackhole-2ch was to remove the file from the Caskroom and then reinstall it.
This will cause Brew to use the most up-to-date uninstall stanza, instead of the one that was present when the installed version was installed.
Silicon Mac rm -rfi /opt/homebrew/Caskroom/background-music/
Intel Mac rm -rfi /usr/local/Caskroom/background-music/
michaelTward
changed the title
background-music update error unable to kickstart CoreAudio
background-music update error unable to kickstart CoreAudiod
Oct 18, 2024
attempting to upgrade background-music with homebrew failed, due to an inability to kickstart CoreAudio. This permission was revoked in a recent MacOS update.
A solution that worked for me for background-music, based on a solution for a similar problem for blackhole-2ch was to remove the file from the
Caskroom
and then reinstall it.This will cause Brew to use the most up-to-date uninstall stanza, instead of the one that was present when the installed version was installed.
Silicon Mac
rm -rfi /opt/homebrew/Caskroom/background-music/
Intel Mac
rm -rfi /usr/local/Caskroom/background-music/
Then reinstall
brew reinstall background-music
Originally posted by @bevanjkay in #171570 (comment)
The text was updated successfully, but these errors were encountered: