Daniele Formichelli
Daniele Formichelli
### Short description 📝 The content of the output files shouldn't be taken into account when calculating the hash of a target, as the file has not been generated yet....
Right now the repos must be updated manually when releasing tuist, but it should be taken care of by the CI
There are some scenarios in which it could make sense to run tuist on linux: - run user defined `tuist task` - generate on (cheaper) linux machine and then run...
We should include a dependencies based fixture in the `./fourier benchmark` to asses performance impacts of the changes we do. It will require some changes as we would need to...
In 3.0 we changed all options enums to be a struct, we should do the same with Config.options
I have faced a couple of problems with task plugins handling: 1. Tuist assumes the plugin has tasks (and hence a release) in case it contains a `Package.swift`. However, it...
In the fixtures there are a number of binaries that need to be rebuilt from time to time (e.g. when the Xcode version change). There is a script for each...
**Describe the bug** When using some Objc libraries, for example importing Adjust from SPM using Dependencies.swift, the app crashes during startup unless the `-ObjC` is passed in the `OTHER_LDFLAGS` setting...
The SPM to Tuist project mapping right now uses absolute paths for some properties. We should try to change it to use relative path wherever possible to improve project portability
When loading of dependencies graph fails, it is probably due to changes in the ProjectDescription since when the graph has been generated, and running `tuist fetch` could automatically solve the...