BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple command produce... when using the test plugin

Velin92 opened this issue · comments

Hello I just added the Test Plugin to my UnitTests as a Build Tool Plug-in.

However I get this error saying that multiple command produce the Unit Tests product.

Am I doing something wrong in the setup?
I have added in the project Prefire, incuded it in the base target, and then as a build tool plugin only for the tests (I do not need the Playbook)

Solved seems that the problem was that the tests were not able to get generated in derived data, by using the yml and specifying an internal project location the problem was fixed.