Not only my views appear in the generated file #35
-
Hi! We have a multi-module project, I upload dependencies via tuist, everything works correctly: PrefireTestsPlugin is installed for the desired target, but during the test run, snapshots for authView, circleImage and others also appear in the PreviewTests.geneated file. Can you tell me why this is happening? This is my generated file:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
I had the same issue. When we build our project via Fastlane the DerivedData + SourcePackages folder is created in the root of the project. The PrefireTestsPlugin seems to use those files and add it to the generated PreviewTests file. |
Beta Was this translation helpful? Give feedback.
-
Our .prefire.yml file is not used when I use Fastlane (see other discussion). @BarredEwe Maybe you can add an excluded_folders config? |
Beta Was this translation helpful? Give feedback.
-
Can you please attach the log file? |
Beta Was this translation helpful? Give feedback.
-
Can you try to use a pre-fix (only for PrefireTestsPlugin) from exactSourceInstallation branch? |
Beta Was this translation helpful? Give feedback.
-
I solved my problem by creating a local dependency and deleting the Example folder |
Beta Was this translation helpful? Give feedback.
I solved my problem by creating a local dependency and deleting the Example folder
Thank you all for your help!