-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
xcparse (at least the screenshots command) fails when having Xcode 26 beta 2 selected for commandline tools
Desktop (please complete the following information):
- OS: macOS 15.5
- xcparse Version 2.3.2
- Swift version 6.2
- XCResult version: "version" : { "major" : 3, "minor" : 53 }
To Reproduce
Steps to reproduce the behavior:
- Xcode-select Xcode 26 beta 2
- Run a xcparse command like:
xcparse screenshots --test testresults.xcresult screenshots
Expected behavior
Screenshots should be exported to the screenshots folder (as it does when Xcode 16 is selected)
Additional context
An error is outputted and no screenshots are exported
Warning: Could not determine xcresulttool version
Error: Error: This command is deprecated and will be removed in a future release, --legacy flag is required to use it.
Usage: xcresulttool get object [--legacy] --path <path> [--id <id>] [--version <version>] [--format <format>]
See 'xcresulttool get object --help' for more information.
Error: “/Volumes/External/Repositories/VideoEditor/testresults.xcresult” does not appear to be an xcresult
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working