xcode_set_active_scheme
Set the active scheme in an Xcode project or workspace to streamline build automation and log parsing processes. Specify the project path and desired scheme name for activation.
Instructions
Set the active scheme for a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Absolute path to the .xcodeproj or .xcworkspace file | |
schemeName | Yes | Name of the scheme to activate |