You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As of Xcode 16 beta 3, xcresulttool was updated after which errors are encountered while collecting test results:
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.The text was updated successfully, but these errors were encountered: