Closed heitortsergent closed 8 years ago
I'm still seeing the same build errors for some reason.
@terryhorner could you please check two things:
No
?Thanks @heitortsergent. Everything was clean but the project build settings were overriding the example build settings even after deleting and re-cloning the repo. Weird.
Everything looks good to go now. :+1:
Xcode
This PR fixes the build errors in both examples project, caused by the test coverage addition.
It disables the
GCC_GENERATE_TEST_COVERAGE_FILES
andGCC_INSTRUMENT_PROGRAM_FLOW_ARCS
that were, in turn, forcing the example apps to turn on those same flags to work (and would force all the users to turn these same flags in their apps).It adds the flag
-enableCodeCoverage YES
to test script instead to generate code coverage data for use with Slather.