David House
David House
Noticing the same problem with 1.6.1. Create an empty ObjC project, then add a Swift pod and do not set use_frameworks!. Now try to #import "LibName-Swift.h" and you get not...
@tylervick Thanks for the PR! Check out #42 also as I added all the latest objects & fields that Xcode 14 is using. That does have the changes to `ActionTestFailureSummary`...
@tylervick I've merged in the update for Xcode 14 and cut a new release `v1.0.0`. I think next step I'd like to take a stab at generating the models from...
@alexanderwe Sure, always ok to ask questions here. So currently this library doesn't get that level of detail. If you look at the way this code runs `xccov`, it uses...
@Nikoloutsos Full linux support for this library isn't possible as it relies on the Xcode command line tools to generate the json export from xcresult files. As far as I...