Log in
releases

1.14.0 Spezi, a release packed with improvements

In this blog post we present the improvements and bug fixes that we included in the version of Tuist 1.14.0

Hola 👋,

It’s Friday, and that means time for a new Tuist release. With the aim of releasing more often, we are pushing out a new release, 1.14.0, which we named after Paulaner’s Spezi. We are not including major features in this release, but a lot of minor improvements and fixes that will make the experience of using Tuist better. In this also-short blog post, I’ll go through those improvements and bug fixes that are part of the release:

Disable SwiftLint in the generated source files

With the introduction of synthesized accessors for resources some users reported that SwiftLint failed because it linted the generated files. We fixed it by adding annotations in the generated files to disable SwiftLint in them.

Fix the path resolution for synthesized resource accessors

Continuing with fixes in the synthesized resource accessors, some users reported that Bundle.module returns an invalid Bundle when the target is a framework or an app. That’s already fixed in Tuist 1.14.0

Read Core Data version from .xcurrentversion

Before this version, developers had to specify the version of the current Core Data model in the project manifest. Since that’s information that is already defined in the file .xcurrentversion file, users ended up with two sources of truth for the same attribute. From this version, .xcurrentversion is used as the source of truth.

Support generating projects with targets from the cache

We added support for the --cache argument to the generate command. It used to be an argument only supported by the focus command, but now developers can also generate projects with targets from the cache.

Improve error when a target has the same dependency defined twice.

We’ve improved the error thrown when a target has the same dependency defined more than once. The error now includes the name of the target.

And that’s it for this week. We wish you all a happy weekend, and we’ll be back next Friday with a new release and more and better features to make the experience of working with Xcode great.

You might also like

Tuist 1.5.0 - Scaffold command, performance, Mint
Tuist's new version 1.5.0 brings scaffold command, performance improvements and Mint support
Tuist 1.3.0 - Performance improvements and generation of projects while editing
The newest release brings you many bugfixes and improvements. However with the number of contributors steadily growing the team has also been busy thinking and writing about the direction of Tuist. We have a rough plan for Tuist 2.0 and work has started on compiling a manifesto to explain a bit more about the goals and values of the project.
Tuist 1.4.0 - Lint command, more verbose logs, and configuration of the project organization
The just released version of Tuist, 1.4.0, adds support for printing more verbose logs, and configuring the Xcode organization.

Supercharge your app development

Get started