Skip to content

Stop using --legacy #58

@marcelofabri

Description

@marcelofabri

https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes#Deprecations mentions:

Some parts of xcresulttool API are deprecated and will be removed in the future. Upon removal they can be used with --legacy flag provided. Please use the new commands from above instead. List of deprecated commands:

xcresulttool get [object] --legacy --path <path> [--id <id>] [--version <version>] [--format <format>]
xcresulttool export [object] --legacy --path <path> --output-path <output-path> [--id <id>] --type <type> [--version <version>]
xcresulttool graph --legacy --path <path> [--id <id>] [--version <version>]

We should look into using the suggested commands on Xcode 16+ to avoid breaking changes when Apple decides to remove the --legacy flag.

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