keenlabs / KeenClient-iOS

Official iOS client for the Keen IO API. Build analytics features directly into your iOS apps.
https://keen.io/docs
MIT License
78 stars 56 forks source link

Fix examples #148

Closed heitortsergent closed 8 years ago

heitortsergent commented 8 years ago

This PR fixes the build errors in both examples project, caused by the test coverage addition.

It disables the GCC_GENERATE_TEST_COVERAGE_FILES and GCC_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.

terrhorn commented 8 years ago

I'm still seeing the same build errors for some reason.

heitortsergent commented 8 years ago

@terryhorner could you please check two things:

terrhorn commented 8 years ago

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:

heitortsergent commented 8 years ago

Xcode

shrug