XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.68k stars 126 forks source link

`xcodes runtimes` throws error #377

Open Blackjacx opened 2 months ago

Blackjacx commented 2 months ago

WHen I execute the command above to retrieve (installed) runtimes I get the following error:

xcodes runtimes
Error: keyNotFound(CodingKeys(stringValue: "source", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "downloadables", intValue: nil), _PlistKey(stringValue: "Index 114", intValue: 114)], debugDescription: "No value associated with key CodingKeys(stringValue: \"source\", intValue: nil) (\"source\").", underlyingError: nil))

Maybe this is related to https://github.com/XcodesOrg/xcodes/issues/363 🤔

DargonLee commented 1 month ago

same issue here image