BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
251 stars 16 forks source link

Multiple command produce... when using the test plugin #23

Closed Velin92 closed 9 months ago

Velin92 commented 9 months ago

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)

Velin92 commented 9 months ago

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.