-
Notifications
You must be signed in to change notification settings - Fork 32
Description
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'.