Disabling DNBObserver Daemon
For some reason, after I enabled the Dedicated Network Builds of Xcode, the dnbobserver will be always on, even after I disabled the DNB later in the preferences. So here is how you can do to tell launchd to stop running it.
#!/bin/bash sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dnbobserver.plist
No comments:
Post a Comment