-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
We have a test target i.e. named "Tests" in our project und define it like this:
targets: [
.target(...),
.testTarget(name: "Tests", dependencies: [SomeTestDependency], path: "Tests")
]
Then we import a framework via Accio. This framework contains a test target with the same name as we do:
targets: [
.target(...),
.testTarget(name: "Tests", dependencies: [TestDependencyA, TestDependencyB])
]
As a result, Accio does not work anymore:
✨ Generating dependency graph ...
❌ error: multiple targets named 'Tests' in: SomeTestDependency, MyProject
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on