scd run
Builds an SPM project and runs it. Supported for the host platform (macos) and Android. Running on iOS is not supported. For Android, the target device can be specified with --device; otherwise scd selects an available one automatically.
Synopsis
Section titled “Synopsis”scd run [options]Options
Section titled “Options”| Option | Description |
|---|---|
-p, --path | Path to the SPM project. Defaults to current directory |
-c, --configuration | Build configuration: Debug (default) or Release |
--platform | Target platform. See Platforms |
--verbose | Enable verbose output |
All commands also accept Global Options.
Examples
Section titled “Examples”# Run on Androidscd run --platform android-arm64-v8a