Abhinay Simha Vangipuram
Abhinay Simha Vangipuram
Any updates on this bug, I downgraded to Xcode 12.1 but still see the same issue. ``` 2021-10-20 08:46:40.578 xcodebuild[82723:8863454] [MT] IDETestOperationsObserverDebug: (C69EE629-B584-4A08-9126-F8CAF6A7E0E9) Finished requesting crash reports. Continuing with testing....
> @itsmeabhinay It seems like you've still been using debug tools from Xcode 13. Pls, check what `xcode-select -p` points to. If it points to your Xcode 13, pls use...
Thank you @rakaramos. Also, is there anyway to add a new argument ```include``` similar to ```exclude```. This will help us test only specific files related to a specific feature.
@rakaramos, not exactly. I am looking to generate a mutation score only for specific files. I see we have ```exclude``` in the Configuration Options, was wondering if we can add...