XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`xcodes runtimes install` fails with `Error: typeMismatch(Swift.Int, Swift.DecodingError.Context`

tachtevrenidis opened this issue · comments

I know there was an issue last week with this but seems like it fixed itself. We now see another issue with:

xcodes runtimes install "iOS 16.4"

Error: typeMismatch(Swift.Int, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "sdkToSeedMappings", intValue: nil), _PlistKey(stringValue: "Index 110", intValue: 110), CodingKeys(stringValue: "seedNumber", intValue: nil)], debugDescription: "Expected to decode Int but found a string/data instead.", underlyingError: nil))

Going to close this in favour of keeping this open #333 (comment)

Apple changed their index, so hopefully they'll fix.. otherwise, we'll have to handle the change.