Apri Finder e usa Cmd Shift G per aprire la finestra di dialogo "Vai a" e inserisci il seguente percorso
/System/Library/Frameworks/NotificationCenter.framework/PlugIns
Ripeti il passaggio precedente per il seguente percorso
/System/Library/Frameworks/NotificationCenter.framework/Versions/A/Resources
Dovresti avere due directory che assomigliano a questo:
Scorrifinoallafinedellafinestra"Risorse" e troverai il "Widget Simulator"
Faiclicsull'icona"Trova i miei amici" e trascinala sull'icona "Widget Simulator", questo dovrebbe avviare il Widget Simulator ed eseguire il widget Trova i miei amici all'interno.
Ora controlla se il widget viene visualizzato nel Centro di notifica.
Aggiornamento:
Nel terminale esplora il contenuto del widget Trova i miei amici, dovrebbe contenere i seguenti file
├── Info.plist
├── MacOS
│ └── com.apple.ncplugin.FindMyFriends
├── Resources
│ ├── AppIconMacWidget.icns
│ ├── Base.lproj
│ │ ├── FMFMacTodayViewController.nib
│ │ ├── FMFNoFriendsViewController.nib
│ │ ├── FMFNoiCloudViewController.nib
│ │ └── ListRowViewController.nib
│ ├── FMFAccountNotProvisionedViewController.nib
│ ├── ar.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ca.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── cs.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── da.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── de.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── el.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── en.lproj
│ │ ├── InfoPlist.strings
│ │ └── Localizable.strings
│ ├── es.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── es_419.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── fi.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── fr.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── he.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── hr.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── hu.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── id.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── it.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ja.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ko.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ms.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── nl.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── no.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── pl.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── pt.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── pt_PT.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ro.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── ru.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── sk.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── sv.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── th.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── tr.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── uk.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── vi.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ ├── zh_CN.lproj
│ │ ├── FMFNoFriendsViewController.strings
│ │ ├── FMFNoiCloudViewController.strings
│ │ ├── InfoPlist.strings
│ │ ├── ListRowViewController.strings
│ │ └── Localizable.strings
│ └── zh_TW.lproj
│ ├── FMFNoFriendsViewController.strings
│ ├── FMFNoiCloudViewController.strings
│ ├── InfoPlist.strings
│ ├── ListRowViewController.strings
│ └── Localizable.strings
├── _CodeSignature
│ └── CodeResources
└── version.plist
Aggiornamento 2
L'OP ha provato il seguente comando per ripristinare il database dei servizi di avvio e questo ha risolto il problema - lsregister -kill -seed