Skip to content

Instantly share code, notes, and snippets.

@KEINOS
Created March 20, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KEINOS/8c4cfbb97d182a8f43766d918e142e37 to your computer and use it in GitHub Desktop.
Save KEINOS/8c4cfbb97d182a8f43766d918e142e37 to your computer and use it in GitHub Desktop.
[LOG] Warning while softwareupdate - EmbeddedOSInstall and OSPersonalization Error. One of the two will be used. Which one is undefined.
$ # Error log
$ softwareupdate -l --verbose
objc[5213]: Class AMSupportURLConnectionDelegate is implemented in both /System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/EmbeddedOSInstall (0x11abdd8c0) and /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization (0x11aa381e0). One of the two will be used. Which one is undefined.
Software Update Tool
Finding available software
No new software available.
$ man softwareupdate | tail -1
Mac OS September 11, 2012 Mac OS
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.1
BuildVersion: 18B75
$
$ # Comparing to other non-warning machines(both HighSierra and Mojave), iCloud Login might be needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment