Skip to content

Commit

Permalink
[Template] Disable bitcode in Debug builds
Browse files Browse the repository at this point in the history
Flipper’s dependencies don’t all come with bitcode. See:
#27565 (comment)
  • Loading branch information
alloy committed Feb 13, 2020
1 parent ae17e09 commit 50ee76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/ios/HelloWorld.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 50ee76d

Please sign in to comment.