Xcode fails to download iOS Simulator runtime with “Failed fetching catalog for assetType (MobileAsset)”
Summary The issue described is a transient infrastructure failure on Apple’s side, not a misconfiguration of the developer’s environment. The specific error Error Domain=com.apple.MobileAssetError.Download Code=47 indicates that the local Xcode tooling (xcodebuild or Xcode UI) successfully attempted to contact Apple’s MobileAsset catalog server but received a generic networking error or an unreachable response. While the … Read more