xcode_run_on_device
Build and run iOS/macOS applications directly on physical devices from Xcode projects using specified schemes and device identifiers.
Instructions
Build and run app on physical device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to .xcodeproj file | |
| scheme | Yes | Build scheme name | |
| device_id | Yes | Physical device UUID | |
| bundle_id | Yes | App bundle identifier | |
| derived_path | No | Path for build products | ./DerivedData |