Cannot download simulator list for Xcode

I just upgraded my Xcode to 15.2 today. When it tries to download the list of available simulators, the request to fetch the list failed. From the error log, it says that this link is not returning the expected data: https://devimages-cdn.apple.com/downloads/xcode/simulators/index2.dvtdownloadableindex. It appears that this link is not returning any data at the moment.

Running into the same issue

Me too. Here's the details:

Domain: DVTDownloadableErrorDomain
Code: -1
User Info: {
    DVTErrorCreationDateKey = "2024-01-30 21:45:16 +0000";
}
--
Unable to deserialize downloadables index request data.
Domain: DVTDownloadableErrorDomain
Code: 6
User Info: {
    URL = "https://devimages-cdn.apple.com/downloads/xcode/simulators/index2.dvtdownloadableindex";
}
--
The data couldn’t be read because it isn’t in the correct format.
Domain: NSCocoaErrorDomain
Code: 3840
Failure Reason: The data is not in the correct format.
User Info: {
    NSDebugDescription = "Cannot parse a NULL or zero-length data";
}
--


System Information

macOS Version 14.3 (Build 23D56)
Xcode 15.2 (22503) (Build 15C500b)
Timestamp: 2024-01-30T18:45:16-03:00

It seems fixed now.

Cannot download simulator list for Xcode
 
 
Q