Hive Hive
Sign in

Host-less unit tests isolated from app-hosted tests in workspace schemes

Metadata
Source
GitHub
Version
4.201.0-rc.4
Published
Jun 29, 2026 · 15:25 UTC
Repository
tuist/tuist
Update

When the autogenerated Sample-Workspace scheme mixes an app-hosted test bundle with a host-less framework test bundle, Xcode 26.5 was crashing the host-less bundle at bootstrap with “Early unexpected exit, operation never finished bootstrapping”. For default tuist test runs (no explicit –scheme), Tuist now detects host-less unit tests in the workspace scheme and runs the generated project test schemes that cover those targets separately, filtering –test-targets / –skip-test-targets per split scheme. Explicit –scheme runs are unchanged. Selective-testing behavior is preserved.