Hi everyone,
Is there anyone here who has used Tuist to create a framework, SDK, or library for reusable code?
I currently have a project structured like the one below, and I want to extract some modules into an SPM library that can be shared across multiple projects. However, after reviewing the documentation, it seems that Tuist doesn’t support this use case.
Tuist helped to generated Derived/Sources like Strings,Bundle,Assets which i want reuse that as well.
Do you have any better solutions or recommendations?
otherwise we need create library without tuist like below
e.g GitHub - Kolos65/Mockable: A Swift macro driven auto-mocking library.
Thanks!
