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 testno 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 runandtuist plugin testnow execute the plugin or its tests instead of silently printing the help message.