Default tuist test runs no longer crash when an autogenerated workspace scheme mixes app-hosted and host-less unit test bundles. Instead of running the aggregate workspace scheme, Tuist detects host-less unit tests and runs the matching generated project schemes individually. --test-targets and --skip-test-targets are filtered per split scheme so FeatureTests doesn’t accidentally drag in AppTests, and explicit --scheme runs keep their existing behavior.
Hive