Skip to content

Commit

Permalink
weak link XCTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Kusserow committed Mar 25, 2020
1 parent e82a96c commit 4bd17f8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RxNimble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
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 4bd17f8

Please sign in to comment.