xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Unable to Download Runtimes

Open rehannali opened this issue 3 months ago • 7 comments

I'm unable to download Xcode runtime with version 26.0 and 26.1 using CLI.

Command:

xcodes runtimes install "iOS 26.1" --aria2 "$(which aria2c)"

I have also tried without aria2 and ends up with this error.

Downloading Runtime iOS 26.1: 0%
Error: ProcessExecutionError()

It worked if I used iOS 18.x.

Xcodes Version: 1.6.2 Xcode: 26.0.1

➜  xcode-select -p
/Applications/Xcode-26.0.1.app/Contents/Developer

rehannali avatar Oct 06 '25 18:10 rehannali

I believe this is because -architectureVariant isn't being set here: https://github.com/XcodesOrg/xcodes/blob/93bce877531e4bd60f7ef7f14379360a85caae36/Sources/XcodesKit/RuntimeInstaller.swift#L296-L300

dfed avatar Oct 20 '25 15:10 dfed

Neither it shows architecture in list nor it includes in arguments.

rehannali avatar Oct 20 '25 16:10 rehannali

Getting the same error.... I updated the latest Mac os Tahoe 26.0.1

Downloaded the latest Xcode - 26.0.1 but not able to install the simulator

I tried to reinstall as well... Downloaded from appstore, external but still not able to resolve the issue..

Download Failed. Downloadable: { architectures = ( arm64, "x86_64" ); authentication = none; category = simulator; contentType = cryptexDiskImage; dictionaryVersion = 2; downloadMethod = mobileAsset; fileSize = 10066610754; identifier = "com.apple.dmg.iPhoneSimulatorSDK26_0_1"; isInternalContent = 0; isUserInitiated = 1; name = "iOS 26.0.1 Universal Simulator (23A8464)"; patchableFrom = ( ); platform = "com.apple.platform.iphoneos"; simulatorVersion = { buildUpdate = 23A8464; version = "26.0.1"; }; version = "26.0.1.0"; }. Download failed.

It looks like that fix could be this commit: https://github.com/XcodesOrg/xcodes/commit/93bce877531e4bd60f7ef7f14379360a85caae36 However, it hasn't been released yet

TomikeKrasnay avatar Oct 23 '25 09:10 TomikeKrasnay

That hasn't been fixed with that commit, or I have missed something which hasn't been mentioned yet. I have manually installed the including commit: 93bce87.

Updated Command: xcodes runtimes install "iOS 26.0.1 arm64|x86_64" --aria2 "$(which aria2c)" OR xcodes runtimes install "iOS 26.0.1 arm64" --aria2 "$(which aria2c)"

ERROR:

Downloading Runtime iOS 26.0.1 arm64|x86_64: 0%
Error: ProcessExecutionError()

OR

Downloading Runtime iOS 26.0.1 arm64: 0%
Error: ProcessExecutionError()

rehannali avatar Oct 26 '25 20:10 rehannali

Getting the same error.... I updated the latest Mac os Tahoe 26.0.1

Downloaded the latest Xcode - 26.0.1 but not able to install the simulator

I tried to reinstall as well... Downloaded from appstore, external but still not able to resolve the issue..

Download Failed. Downloadable: { architectures = ( arm64, "x86_64" ); authentication = none; category = simulator; contentType = cryptexDiskImage; dictionaryVersion = 2; downloadMethod = mobileAsset; fileSize = 10066610754; identifier = "com.apple.dmg.iPhoneSimulatorSDK26_0_1"; isInternalContent = 0; isUserInitiated = 1; name = "iOS 26.0.1 Universal Simulator (23A8464)"; patchableFrom = ( ); platform = "com.apple.platform.iphoneos"; simulatorVersion = { buildUpdate = 23A8464; version = "26.0.1"; }; version = "26.0.1.0"; }. Download failed.

I had same issue as you and managed to fix it check this : https://developer.apple.com/forums/thread/774890?answerId=864162022#864162022

Image

ThePredators avatar Oct 30 '25 21:10 ThePredators

When can we expect this to be released?

benniemosher avatar Dec 12 '25 13:12 benniemosher