Finally found the issue 🎉
CLANG_ENABLE_CODE_COVERAGE was set to NO but the CFLAG -fprofile-instr-generate was still set. Removing the -fprofile-instr-generate worked :)
Post
Replies
Boosts
Views
Activity
Thank you for the reply. I double checked the code coverage settings and its disabled.
I disabled them for all the targets but the issue still persists. Is there something that I might be missing?