Skip to content

Commit

Permalink
Merge pull request #57 from BastianKusserow/weakLinkXCTest
Browse files Browse the repository at this point in the history
weak link XCTest
  • Loading branch information
ashfurrow committed Mar 25, 2020
2 parents b370005 + 4bd17f8 commit 2b6119d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RxNimble.xcodeproj/project.pbxproj
Expand Up @@ -659,7 +659,10 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "";
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
);
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -718,7 +721,10 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = "";
OTHER_LDFLAGS = (
"-weak_framework",
XCTest,
);
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down

0 comments on commit 2b6119d

Please sign in to comment.