From 50ee76de16e4512e56d54ff5881fb6d052b6612a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Thu, 13 Feb 2020 01:43:52 +0100 Subject: [PATCH] [Template] Disable bitcode in Debug builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flipper’s dependencies don’t all come with bitcode. See: https://github.com/facebook/react-native/issues/27565#issuecomment-582490074 --- template/ios/HelloWorld.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/template/ios/HelloWorld.xcodeproj/project.pbxproj b/template/ios/HelloWorld.xcodeproj/project.pbxproj index c2d8d83b7bb853..3c7c3d60da1807 100644 --- a/template/ios/HelloWorld.xcodeproj/project.pbxproj +++ b/template/ios/HelloWorld.xcodeproj/project.pbxproj @@ -495,6 +495,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; + ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( "$(inherited)", "FB_SONARKIT_ENABLED=1",