XcodesOrg / xcodes

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

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

Closed tachtevrenidis closed 4 months ago

tachtevrenidis commented 4 months ago

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))

MattKiazyk commented 4 months ago

Going to close this in favour of keeping this open https://github.com/XcodesOrg/xcodes/issues/333#issuecomment-1930621099

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

tachtevrenidis commented 4 months ago

thank you @MattKiazyk