Xcode 26.1 Simulator download fails with DVTDownloadableErrorDomain code 41 and code 49 on macOS 26.1

I'm trying to download an iOS Simulator runtime in Xcode 26.2 or 26.1 on macOS 26.1, but the download keeps failing with the following error: Download failed.

Domain: DVTDownloadableErrorDomain
Code: 41
Failed fetching catalog for assetType (com.apple.MobileAsset.iOSSimulatorRuntime), serverParameters ({ RequestedBuild = 23C54;}) Domain: DVTDownloadsUtilitiesErrorDomain.
Code: -1.
Download failed due to a bad URL. (Catalog download for com.apple.MobileAsset.iOSSimulatorRuntime) Domain: com.apple.MobileAssetError.Download Code: 49 User Info: {checkConfiguration = 1;}

macOS & Xcode Info:

macOS Version: 26.1 (Build 25B78)

Xcode Version: 26.2 (24553) (Build 17C52)

What I've tried so far:

  1. Formatted my Mac and reinstalled Xcode multiple times.

  2. Completely deleted Xcode and its related files several times (/Applications/Xcode.app, caches, preferences).

  3. Tried different internet connections from multiple locations.

  4. Checked Apple servers and verified network.

  5. Attempted downloading other simulator runtimes (fail).

but download fails immediately with DVTDownloadableErrorDomain Code 41 and bad URL error.


Question:

How can I fix the simulator download issue in Xcode 26.2 on macOS 26.1? Is there a known workaround for the bad URL / catalog download error?

same problem, l have already come across a similar problem in internet in other people, as i understood:

  • This is not a local setup issue. The failure happens at the network level between Xcode and Apple’s MobileAsset/CDN endpoints.
  • Until Apple fixes the MobileAsset/CDN routing (or the network path changes), affected users cannot download simulators runtimes where it appear.
  • Or wait when they add it in catalog of assets on website for download form there, and try to install, but then i have an issue with "destination" when i want to create build by Xcode(during build i start getting error that i have. to have 26.x version, even though i have already 18.2), i tried change in "destinations" but Xcode doesn't see my simulators(based on 18.2) in catalogs, only need to install last version that Xcode offers to install(26.x), but i have 18.2 which i downloaded from catalog of assets on website
  • I might be wrong, but that's it looks so.
  • I can download simulator version 17.x, but not version 18.x or 26.x on Xcode 26.x. (errors the same like in author)
  • But I can download simulator version 18.x on Xcode 16.4 on another mac.
Xcode 26.1 Simulator download fails with DVTDownloadableErrorDomain code 41 and code 49 on macOS 26.1
 
 
Q