Skip to content

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.

scd run [options]
OptionDescription
-p, --pathPath to the SPM project. Defaults to current directory
-c, --configurationBuild configuration: Debug (default) or Release
--platformTarget platform. See Platforms
--verboseEnable verbose output

All commands also accept Global Options.

Terminal window
# Run on Android
scd run --platform android-arm64-v8a