iMac :10.10.5 (14F27)
Xcode7:Version 7.0 (7A220)
when I set(just follow this page:https://developer.apple.com/library/ios/qa/qa1514/_index.html)
Generate Debug Symbols -> YES
Generate Test Coverage Files -> YES
Instrument Program Flow -> YES
then I use __gcov_flush() to generate gcda datas, my app crash .
I'm seeing multiple messages like this
profiling: /Users/developex/repos/CodeComfort/rep/ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x6375646f)
And the crash stacks:
0.llvm_emit_function
1.__gcov_flush()
2.my flush call
Anybody got any ideas on what to do?