Hive Hive
Sign in

CLI 4.195.14

Metadata
Source
GitHub
Version
4.195.14
Published
Jun 02, 2026 · 16:30 UTC
Repository
tuist/tuist
Update

Bug Fixes

  • Generated projects with many precompiled frameworks now compile under Xcode 26. Tuist passes framework search paths to Swift inline rather than through a response file, avoiding the “expected exactly one compiler job” and “Unexpected input file” failures.

  • tuist test no longer errors with “The scheme cannot be built because it contains no buildable targets” when the only remaining test target also has a skipped test case. Test-case-level skips now exclude just the individual case and let the target build and run.

  • tuist plugin run and tuist plugin test now execute the plugin or its tests instead of silently printing the help message.