Skip to content
New issue

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

xcresulttool error in Xcode 16 beta 3 #423

Closed
VIadislavJevremovic opened this issue Aug 6, 2024 · 2 comments · Fixed by #424
Closed

xcresulttool error in Xcode 16 beta 3 #423

VIadislavJevremovic opened this issue Aug 6, 2024 · 2 comments · Fixed by #424
Labels
bug Something isn't working

Comments

@VIadislavJevremovic
Copy link

As of Xcode 16 beta 3, xcresulttool was updated after which errors are encountered while collecting test results:

[12:08:47] ERROR > Parsing test results failed
Failed to get result bundle object from /Users/builder/Library/Developer/Xcode/DerivedData/#####.xcresult
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.

fastlane had this as well (fastlane/fastlane#22132, fix https://github.com/dokimyj/fastlane/pull/1/files) with the solution being to include --legacy if xcresulttool version is 23021 and higher.

@priitlatt priitlatt added the bug Something isn't working label Aug 6, 2024
@priitlatt
Copy link
Contributor

@VIadislavJevremovic, thanks for reporting this! We'll look into it soon.

@priitlatt priitlatt linked a pull request Aug 7, 2024 that will close this issue
@priitlatt
Copy link
Contributor

@VIadislavJevremovic fix for that was just released with version 0.53.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants