Since Xcode 13 the coverage of my project is missing, from locally and Azure, I discovered that only fails on simulator, in a real device all works fine as always, any idea?
This is the error from Xcode when the tests end:
Failed to merge raw profiles in directory /.../Coverage.profdata: Aggregation tool '/.../Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-profdata' failed with exit code 1
Thanks a lot