Skip to content

Commit

Permalink
Merge pull request #113 from tarunon/fix/crash_view_ui_hierarchy
Browse files Browse the repository at this point in the history
Fixed Xcode crashes
  • Loading branch information
ishkawa committed Jan 16, 2016
2 parents a21f694 + 9204128 commit cd169cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configurations/Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO
MTL_ENABLE_DEBUG_INFO = YES
ONLY_ACTIVE_ARCH = YES
SWIFT_OPTIMIZATION_LEVEL = -Onone
BITCODE_GENERATION_MODE = marker
1 change: 1 addition & 0 deletions Configurations/Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ENABLE_NS_ASSERTIONS = NO
MTL_ENABLE_DEBUG_INFO = NO
VALIDATE_PRODUCT = YES
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
BITCODE_GENERATION_MODE = bitcode

0 comments on commit cd169cb

Please sign in to comment.