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 :)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: