Mike Gerasymenko
Mike Gerasymenko
@ichoosetoaccept can you give it a try with https://github.com/mikeger/XcodeSelectiveTesting/releases/tag/0.10.2 release?
I'll close this one for the time being, I think the issue is fixed. If not, feel free to re-open 👍
Hey @sabade-omkar ! Thanks for the PR. The challenges I've faced were connected to the external / internal definition of the packages. Additonally I've added a flag that would allow...
@sabade-omkar you can start by checking the tests, they are not succeding with the current change
Hey, good point. For the moment, the test plan is parsed as Codable, so all the new keys added by Xcode team would be ignored. This approach needs to be...
Hey @Wei18 , I also encounted this; this is a tricky case, as the `xcodebuild test` process is returning a failure code. What I did in practice is to call...
Hey @Ernest0-Production , thanks for the issue. Let me check if I understand it correctly. You have a repository that contains a package: - This package has external dependencies. -...
@Ernest0-Production can you check the version from this branch, if it matches the expectation? https://github.com/mikeger/XcodeSelectiveTesting/compare/50-package-resolved-to-affect-targets?expand=1
Please check the next release: https://github.com/mikeger/XcodeSelectiveTesting/releases/tag/0.12.3
I see @apps4everyone , do you have by any chance a way to create a minimal example of such a setup? It's important to know at which point the glob...