[macOS] Rebuild dyld shared cache for latest stable Xcode (#13149)

This commit is contained in:
Erik Bershel
2025-10-09 12:06:17 +02:00
committed by GitHub
parent fab1401fc8
commit e2ff98fda7
2 changed files with 25 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ $xcodeVersions | ForEach-Object {
}
}
# Update dyld shared cache for the latest stable Xcode version
if ((-not $os.IsSonoma)) {
Update-DyldCache -XcodeVersions $xcodeVersions
}
Invoke-XcodeRunFirstLaunch -Version $defaultXcode
Write-Host "Configuring Xcode symlinks..."