I\'ve been scouring SO and Google but haven\'t found anything helpful yet.
We\'re updating our existing iOS project to build against iOS 5.
Our project has t
In my case, I had to add --coverage
to the CMAKE_EXE_LINKER_FLAGS
on Apple Clang Apple LLVM version 9.0.0 (clang-900.0.39.2)
. That seems to have fixed it.
None of the above solutions worked.
The article below mentions it:
https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/