Hive Hive
Sign in

Isolate host-less test bundles to avoid xctest bootstrap crashes

Metadata
Source
GitHub
Version
4.201.0-rc.2
Published
Jun 24, 2026 · 18:23 UTC
Repository
tuist/tuist
Update

Default tuist test runs no longer crash when a workspace scheme mixes app-hosted and host-less test bundles. When the autogenerated workspace scheme contains host-less unit test bundles, tuist test now runs each generated project scheme separately (with per-scheme –test-targets and –skip-test-targets filtering) instead of using the mixed aggregate scheme that triggers “xctest at ” during bootstrap. Explicit –scheme runs keep their previous behavior.