Le drapeau -debug sur update_dyld_shared_cache ne fait rien d'autre que de fournir plus de détails sur le travail qui est fait -- c'est-à-dire rendre le rapport plus verbeux.
J'utiliserais : sudo update_dyld_shared_cache -Root / -force
Tous les systèmes fournissent des "erreurs", bien qu'il ne s'agisse pas de problèmes, mais plutôt d'informations sur ce qui ne peut être fait ou ignoré en raison de la manière dont le module est mis en œuvre.
Ce sont les "erreurs" typiques d'un système sain :
update_dyld_shared_cache : warning : x86_64h sauté à cause d'un mauvais nom d'installation /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-1.dat update_dyld_shared_cache : warning : x86_64h skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-2.dat update_dyld_shared_cache : warning : x86_64h skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-3.dat update_dyld_shared_cache : warning : i386 sauté à cause d'un mauvais nom d'installation /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-1.dat update_dyld_shared_cache : warning : i386 skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-2.dat update_dyld_shared_cache : warning : i386 skip à cause d'un mauvais nom d'installation /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-3.dat update_dyld_shared_cache : warning : x86_64h rejeté des dylibs en cache : /System/Library/PrivateFrameworks/CreateML.framework/Versions/A/CreateML (("Could not find dependency '/System/Library/PrivateFrameworks/TuriCore.framework/Versions/A/TuriCore'")) update_dyld_shared_cache : warning : x86_64h rejected from cached dylibs : /usr/lib/swift/libswiftCreateML.dylib (("Could not find dependency '/System/Library/PrivateFrameworks/TuriCore.framework/Versions/A/TuriCore'")) bash-3.2$ sudo update_dyld_shared_cache -Root -force update_dyld_shared_cache : error : could not stat Root file system because 'No such file or directory' bash-3.2$ sudo update_dyld_shared_cache -Root / -force update_dyld_shared_cache : warning : x86_64h skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-1.dat update_dyld_shared_cache : warning : x86_64h skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-2.dat update_dyld_shared_cache : warning : x86_64h skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-3.dat update_dyld_shared_cache : warning : i386 sauté à cause d'un mauvais nom d'installation /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-1.dat update_dyld_shared_cache : warning : i386 skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-2.dat update_dyld_shared_cache : warning : i386 skipping because of bad install name /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/Resources/fcl-fc-3.dat update_dyld_shared_cache : i386 incorpore 629 OS dylibs, en suit 456 autres, construit des closures pour 243 exécutables update_dyld_shared_cache : warning : x86_64h rejeté des dylibs en cache : /System/Library/PrivateFrameworks/CreateML.framework/Versions/A/CreateML (("Could not find dependency '/System/Library/PrivateFrameworks/TuriCore.framework/Versions/A/TuriCore'")) update_dyld_shared_cache : warning : x86_64h rejected from cached dylibs : /usr/lib/swift/libswiftCreateML.dylib (("Could not find dependency '/System/Library/PrivateFrameworks/TuriCore.framework/Versions/A/TuriCore'"))