From 460bba7c8d563fe2a72ff9486cabebda42811a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Wed, 2 Mar 2016 18:35:56 +0100 Subject: [PATCH] Revert "Add Bitcode marker to simulator slices" This reverts commit af0b839c6a5b4ad07640ff52d8a70c5e8d048549. Bitcode Marker is not needed for the SDK to function properly but confuses Xcode 6 so we remove it again. --- Support/release.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/release.xcconfig b/Support/release.xcconfig index 433b211fc3..f73473130a 100644 --- a/Support/release.xcconfig +++ b/Support/release.xcconfig @@ -1,4 +1,4 @@ #include "buildnumber.xcconfig" OTHER_CFLAGS[sdk=iphoneos9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode -OTHER_CFLAGS[sdk=iphonesimulator9.*] = $(HOCKEYSDK_WARNING_FLAGS) -fembed-bitcode-marker +OTHER_CFLAGS[sdk=iphonesimulator9.*] = $(HOCKEYSDK_WARNING_FLAGS)