Daniele Formichelli
Daniele Formichelli
What about adding a flag to `tuist generate` that just generates the accessors? Or maybe a separate command but I don't think it's worth to add one just for that...
Not 100% sure, but it might be enough to load the graph and then fed it to the `ResourcesProjectMapper`, something like: ``` let (graph, sideEffects) = try await load(path: path)...
> don't know how people are using `Xcode Source Control` tool 😁
Closing as per the discussion [here](https://github.com/tuist/tuist/pull/4707)
Seems fixed in the library
Nope, unfortunately it hasn't been implemented yet
> Any movement on this issue? 🤔 Hello 👋 would you like to try moving this forward? 🚀
Closing as per Kas' comment
Hi @bozongiggsa @AllDmeat , if you'd like to contribute to the feature, feel free to start from the pointer that Marek lined above, and if you have any question feel...
> I solved this issue by using a xcframework instead of SPM or Carthage. @marciliojrs could you please elaborate on that (e.g. which xcframework have you used)?