-
### What happened?
As per discussion here https://tuistapp.slack.com/archives/C018QG7U7SN/p1668452429388099, following would be a nice addition to Tuist
It is very common use case to create XCFr…
-
### Description
Just upgraded to 0.55.0 due to issue #2244 and now getting an error building my app. I don't think this is a TCA bug per-se, because the swift compiler seems to be crashing, however …
-
### What happened?
When compiling a target with an external SPM dependency, I got this compilation error:
`./MyProject/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/XMPPFramework/Packa…
-
## Describe the bug and the expected behavior
Suppose we have a framework `Resources` which has an asset catalog. When this framework is cached and imported by another target, the app will crash when…
-
### What happened?
A command like `tuist graph --skip-test-targets --skip-external-dependencies -l ios -f json` will still output test targets and watchOS targets in a project that has them.
### How…
-
I updated the dependency version to 1.19.0 and now it doesn't work in Xcode 14.3
-
## Context 🕵️♀️
I started [implementing](https://github.com/tuist/tuist-action) a GitHub action to ease the usage of Tuist on GitHub workflows, but I didn't finish it.
## What 🌱
It'd be great to…
-
### What happened?
After generating a project using the predefined Swift template,
I am getting the following warning:
### How do we reproduce it?
Generate a new project, then built it onc…
-
### What happened?
After adding `Swift Macro`, it doesn't generate
### How do we reproduce it?
1. Add `Swift Macro` to `SwiftPackageManagerDependencies`
https://github.com/nilotic/Logger…
-
### What happened?
Code coverage is not being gathered on a project using no automatic scheme generation, and test targets using test plans with code coverage enabled.
### How do we reproduce it…