We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcodes version: xcodes version 1.4.1
xcodes version 1.4.1
macOS: Sonoma 14.5
Sonoma 14.5
chip: Apple M1 2020
Apple M1 2020
Issue: running the following command: xcodes runtimes returns this error: 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))
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))
Expected result: Return the list of available runtimes
Notes: Please comment/reply if you require any further information
The text was updated successfully, but these errors were encountered:
We'll track all the runtime issues in this ticket! - Thanks
Sorry, something went wrong.
No branches or pull requests
xcodes version:
xcodes version 1.4.1
macOS:
Sonoma 14.5
chip:
Apple M1 2020
Issue:
running the following command:
xcodes runtimes
returns this error:
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))
Expected result:
Return the list of available runtimes
Notes:
Please comment/reply if you require any further information
The text was updated successfully, but these errors were encountered: