Skip to content

Commit 7389919

Browse files
committed
Fix test build 🚀
1 parent 1557a99 commit 7389919

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RangeUISlider.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@
986986
DYLIB_COMPATIBILITY_VERSION = 1;
987987
DYLIB_CURRENT_VERSION = 1;
988988
DYLIB_INSTALL_NAME_BASE = "@rpath";
989+
ENABLE_TESTABILITY = NO;
989990
INFOPLIST_FILE = Source/Info.plist;
990991
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
991992
IPHONEOS_DEPLOYMENT_TARGET = 11.0;

RangeUISlider.xcodeproj/xcshareddata/xcschemes/RangeUISlider.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26-
buildConfiguration = "Release"
26+
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">

0 commit comments

Comments
 (0)