Hi guys !
When I will build my UItests, the build fails. Well.. My project is subdivided that way: I have a workspace, within i have "n" SwiftPackage (SP), that represents my features, I have one SP per feature. At same level, I have a App project (xcproject), that represents the App, that dependes of SP's.
Some SP, has views, that can be tested but SwiftPackages cannot run UITest. So to do achieve that, I create a feature-App (as target), that depends only respective SP, to create UITests. So far everything is ok.
I implement my tests and UITest, but, when I run, they build fails, before run tests. However that SP, that I want to test, depends from another SP and while build, of UITest, the build fails because the another SP.
Someone can help me ?