Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable bitcode support
XCTest doesn't ship with bitcode, so we cannot link against it.
  • Loading branch information
nschum committed Sep 10, 2015
1 parent da097b7 commit 8a8937a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Hamcrest.xcodeproj/project.pbxproj
Expand Up @@ -604,6 +604,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -651,6 +652,7 @@
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down

0 comments on commit 8a8937a

Please sign in to comment.