Maciej Gad
Results
1
comments of
Maciej Gad
I think that problem is caused by CLang Code Coverage. As mention in http://stackoverflow.com/questions/19290946/clang-code-coverage-mac-os-x-linker-error the best answer is to add following Linker Flags in InjectionBundle.xcodeproj: ``` -Wall -fprofile-arcs -ftest-coverage ```