Skip to content

xcresultparser related error #61

@sagarmahewar-stack

Description

@sagarmahewar-stack

Environment

Fastlane 2.228.0.
xcresultparser 1.9.3 (we just updated to)
Xcode 26.0.1
iOS 26 simulators
macOS-15 runners

For below script

script: xcresultparser -o junit fastlane/test_output/${{ parameters.resultFile }} > testExecution.xml
displayName: ${{ parameters.jobName }} Test Report
condition: always()

Seeing following error on our pipeline

Generating script.
Script contents:
xcresultparser -o junit fastlane/test_output/Interfaces.xcresult > testExecution.xml
========================== Starting Command Output ===========================
/bin/bash --noprofile --norc /Users/runner/work/_temp/1ab5-af96-4c67-a914-2bc2ca4.sh
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 [--id ] [--version ] [--format ]
See 'xcresulttool get object --help' for more information.

Error: argumentError

##[error]Bash exited with code '1'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions