J’ai dans le fichier /var/log/system.log (syslog) sans arrêt l’erreur :
com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): Unknown key for integer: _DirtyJetsamMemoryLimit
Pour information : « IMRemoteURLConnectionAgent – help: IMRemoteURLConnectionAgent.xpc is part of Apple’s messaging/chat services. (I don’t want apple chat or messages or facetime) « .
Par contre je n’arrive pas à savoir d’où cela vient. Sur google j’ai pu trouver : « This error message is because the code is shared between OSX and iOS but the _DirtyJetsamMemoryLimit key is only available on iOS. ». Bizarre …
J’ai commencé par faire un « locate IMRemoteURLConnectionAgent | grep plist » :
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/tvOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Info.plist /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/watchOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Info.plist /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Info.plist /System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Contents/Info.plist /System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Contents/version.plist
Recherche de la version du soft :
cat /System/Library/PrivateFrameworks/IMFoundation.framework/XPCServices/IMRemoteURLConnectionAgent.xpc/Contents/version.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildAliasOf</key> <string>IMFoundation</string> <key>BuildVersion</key> <string>6</string> <key>CFBundleShortVersionString</key> <string>10.0</string> <key>CFBundleVersion</key> <string>1000</string> <key>ProjectName</key> <string>IMFoundation</string> <key>SourceVersion</key> <string>694006000000000</string> </dict> </plist>
J’ai donc commencé par faire :
rm -rf ~/Library/Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent*
Mais sans succès.
Ensuite j’ai essayé de supprimer iMessage du Mac ( c’est bien plus pratique WhatsApp, et moins propriétaire ) : ouvrir Messages -> menu préférences -> onglet Comptes -> sélectionner le compte dans la colonne de gauche -> décocher Activer ce compte.
Puis un rebut … mais sans succès.
A suivre.
Les agents com.spotify.webhelper.plist & com.onlineapplicationrequest.AppRequest.plist
Rien à voir mais j’ai supprimé des fichiers dans Library/LaunchAgents/
rm -rf ~/Library/LaunchAgents/com.spotify.webhelper.plist
rm -rf ~/Library/LaunchAgents/com.onlineapplicationrequest.AppRequest.plist
Pour le second com.onlineapplicationrequest.AppRequest.plist, je tiens a indiquer que je n’ai aucune extension dans Safari ( version 11.0.3 ) :
A noter que je n’ai rien quand j’utilise la commande : launchctl list | grep « IMRemoteURLConnectionAgent » .