Skip to content

Commit

Permalink
Merge pull request #2723 from javache/fix-sample-app-builds
Browse files Browse the repository at this point in the history
Disable code stripping for DEBUG builds
  • Loading branch information
nicklockwood committed Sep 15, 2015
2 parents c962251 + e7d833f commit a3fab4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEAD_CODE_STRIPPING = NO;
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
Expand Down

0 comments on commit a3fab4a

Please sign in to comment.