Hive Hive
Sign in

Host-less unit tests in workspace schemes now run in isolated project schemes

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

When a workspace’s autogenerated aggregate scheme contains host-less unit-test bundles alongside app-hosted ones, tuist test now runs the per-project schemes (app target, then feature scheme) instead of the mixed workspace scheme. The workspace scheme is left untouched when requested explicitly with --scheme. This fixes xctest bootstrap crashes on Xcode 26.5 when app-hosted and host-less test bundles are combined.