-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug:
Starting from the release of XCode 15/iOS 17 Beta 2, the installation process for the iOS runtime is now failing. When trying to install or list available runtimes, the error Cannot initialize Platform from invalid String value com.apple.platform.xros is thrown. This happens when running the following commands:
/usr/local/bin/xcodes runtimes install "iOS 17.0-beta1"/usr/local/bin/xcodes runtimes/usr/local/bin/xcodes runtimes --include-betas
To Reproduce:
- Open a terminal
- Run any of the following commands:
/usr/local/bin/xcodes runtimes install "iOS 17.0-beta1"/usr/local/bin/xcodes runtimes/usr/local/bin/xcodes runtimes --include-betas
- Notice the following error:
Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "sdkToSeedMappings", intValue: nil), _PlistKey(stringValue: "Index 51", intValue: 51), CodingKeys(stringValue: "platform", intValue: nil)], debugDescription: "Cannot initialize Platform from invalid String value com.apple.platform.xros", underlyingError: nil))
Expected behavior:
These commands should run without errors and either install the specified runtime or list the available runtimes.
Version
- OS: 13.4
- Xcodes: 1.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working