Question or problem
When creating a new project with
tuist initand addingProjectDescriptionHelpersintoTuistdirectory (as per documentation), tuist fails to recognize it.
Expectation
tuist editopensManifestsproject containingProjectDescriptionHelpersdirectory and imports ofProjectDescriptionHelperswork
Context
- Tuist version: 4.113.0
I am trying to migrate SPM package dependencies into Tuist Projects. I’ve had some linking issues, so I’ve decided to create a separate app project to reproduce the issue and share it with the community for help.
However, I can’t createProjectDescriptionHelpersto share configurations across projects.
Reproduction (mandatory for problems)
- Create a root directory for the project
- cd into it
- Run
tuist init - Create
Tuist/ProjectDescriptionHelpersdirectory - Put some non-empty
*.swiftfile with something public - import
ProjectDescriptionHelpersin theProject.swiftfile - Observe failure