From a0f0b12426e13101da5557ec7f11c1b95649eb6b Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 21 Sep 2017 14:11:42 +0300 Subject: [xcode-9] [ios] Updated supported architectures. --- xcode/common.xcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xcode') diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 55477ccce0..251b14d6f0 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -60,4 +60,5 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES ONLY_ACTIVE_ARCH = YES OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400 PRODUCT_NAME = $(TARGET_NAME) -VALID_ARCHS = i386 x86_64 armv7 armv7s arm64 +VALID_ARCHS = arm64 +VALID_ARCHS[sdk=iphonesimulator*] = x86_64 -- cgit v1.2.3