From 10105d83c923799bab5cd8c8795fbe9475f6c58d Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 10 Apr 2018 09:00:38 -0700 Subject: Enable Core Unit Tests to run in a Release config (#1064) --- Example/Core/Tests/FIRLoggerTest.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Example') diff --git a/Example/Core/Tests/FIRLoggerTest.m b/Example/Core/Tests/FIRLoggerTest.m index 5cc7465..31a495d 100644 --- a/Example/Core/Tests/FIRLoggerTest.m +++ b/Example/Core/Tests/FIRLoggerTest.m @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifdef DEBUG +// The tests depend upon library methods only built with #ifdef DEBUG + #import "FIRTestCase.h" #import @@ -267,3 +270,4 @@ static NSString *const kMessageCode = @"I-COR000001"; } @end +#endif -- cgit v1.2.3