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
As of macOS 14.4, the usage of the launchctl kickstart command is limited. When using dockutil on a Mac with macOS 14.4 and not using the --no-restart command will cause an error: Could not kickstart service "com.apple.Dock.agent": 1: Operation not permitted.
Is it possible to move away from the usage of launchctl kickstart and instead use kill. Other notes of this issue are documented below, but more targeted toward the softwareupdated command.
As of macOS 14.4, the usage of the
launchctl kickstart
command is limited. When using dockutil on a Mac with macOS 14.4 and not using the--no-restart
command will cause an error:Could not kickstart service "com.apple.Dock.agent": 1: Operation not permitted
.Is it possible to move away from the usage of
launchctl kickstart
and instead usekill
. Other notes of this issue are documented below, but more targeted toward thesoftwareupdated
command.https://www.kevinmcox.com/2024/03/changes-to-launchctl-kickstart-in-macos-14-4/
The text was updated successfully, but these errors were encountered: