SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

Getting error `find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines #521

Open viniciustsalomao opened 2 years ago

viniciustsalomao commented 2 years ago

Hello, I'm trying to get the Cobertura report running on my Azure Pipeline, but I keep getting the error over and over while running it. 'find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines

I'm using this script to run it: slather coverage -x --scheme $(scheme) --workspace $(workspace) --output-directory $(slather) --build-directory Build --verbose $(project)

Can someone help me? Thank you.

Jerrrr commented 1 year ago

@viniciustsalomao hi, I have the same problem, do you have a solution?