From 82b4689834eba167fcd774f26d00fdfc78c82c11 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 3 Nov 2013 17:33:05 +0100 Subject: [PATCH] Fix iOS Tests --- XcodeConfig/iOSSimulator-Debug.xcconfig | 2 +- XcodeConfig/iOSTests.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XcodeConfig/iOSSimulator-Debug.xcconfig b/XcodeConfig/iOSSimulator-Debug.xcconfig index 27303dff..4ce4c856 100644 --- a/XcodeConfig/iOSSimulator-Debug.xcconfig +++ b/XcodeConfig/iOSSimulator-Debug.xcconfig @@ -10,4 +10,4 @@ VALID_ARCHS = i386 x86_64 GCC_PREPROCESSOR_DEFINITIONS = DEBUG GCC_OPTIMIZATION_LEVEL = 0 -ONLY_ACTIVE_ARCH = YES \ No newline at end of file +ONLY_ACTIVE_ARCH = NO \ No newline at end of file diff --git a/XcodeConfig/iOSTests.xcconfig b/XcodeConfig/iOSTests.xcconfig index a3233188..3d09a042 100644 --- a/XcodeConfig/iOSTests.xcconfig +++ b/XcodeConfig/iOSTests.xcconfig @@ -13,4 +13,4 @@ TARGETED_DEVICE_FAMILY = 1,2 IPHONEOS_DEPLOYMENT_TARGET = 4.3 ARCHS = $(ARCHS_STANDARD_32_BIT) -ONLY_ACTIVE_ARCH = YES +ONLY_ACTIVE_ARCH = NO