From 686d008b78f6d80887682a235170ac2d8f6c2c88 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 18 Sep 2015 15:06:45 +0200 Subject: [PATCH] Don't include Bitcode in simulator builds --- Support/release.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/release.xcconfig b/Support/release.xcconfig index 6c56be8f87..4b7cda56e4 100644 --- a/Support/release.xcconfig +++ b/Support/release.xcconfig @@ -1,4 +1,4 @@ #include "buildnumber.xcconfig" OTHER_CFLAGS[sdk=iphoneos9.*] = -Wshorten-64-to-32 -Wall -fembed-bitcode -OTHER_CFLAGS[sdk=iphonesimulator9.*] = -Wshorten-64-to-32 -Wall -fembed-bitcode +OTHER_CFLAGS[sdk=iphonesimulator9.*] = -Wshorten-64-to-32 -Wall