Skip to content

Commit 72103aa

Browse files
Set DEAD_CODE_STRIPPING to NO
1 parent 55c5cb8 commit 72103aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XCoordinator-Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@
707707
CLANG_WARN_UNREACHABLE_CODE = YES;
708708
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
709709
COPY_PHASE_STRIP = NO;
710+
DEAD_CODE_STRIPPING = NO;
710711
DEBUG_INFORMATION_FORMAT = dwarf;
711712
ENABLE_STRICT_OBJC_MSGSEND = YES;
712713
ENABLE_TESTABILITY = YES;
@@ -767,6 +768,7 @@
767768
CLANG_WARN_UNREACHABLE_CODE = YES;
768769
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
769770
COPY_PHASE_STRIP = NO;
771+
DEAD_CODE_STRIPPING = NO;
770772
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
771773
ENABLE_NS_ASSERTIONS = NO;
772774
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)