[macos] introduce additional runtimes for XCode (#8254)

This commit is contained in:
ilia-shipitsin
2023-09-11 13:39:00 +02:00
committed by GitHub
parent 6a44d736b4
commit 1410e7c1f1
3 changed files with 9 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ function Install-AdditionalSimulatorRuntimes {
Write-Host "Installing Simulator Runtimes for Xcode $Version ..."
$xcodebuildPath = Get-XcodeToolPath -Version $Version -ToolName "xcodebuild"
Invoke-ValidateCommand "$xcodebuildPath -downloadAllPlatforms | xcpretty"
Invoke-ValidateCommand "$xcodebuildPath -downloadAllPlatforms"
}
function Build-XcodeSymlinks {