Open
Description
Hi,
I have Application with frameworks. Each framework has its own scheme and own unit tests.
Application do not have its own unit tests, instead it runs all frameworks unit tests.
How do I achieve this behaviour in XcodeGen?
I tried set it in scheme, but it is not working.
scheme:
testTargets:
- frameworkATests
- frameworkBTests
- frameworkCTests
...
For this settings I get error:
- Target "Application" scheme has invalid test "frameworkATests"
I would expect something like implicit
keyword or path to the original project.