Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 1d06126

Browse files
author
Felix Jendrusch
committed
Add XCTest framework to iOS target's Other Linker Flags
1 parent 81f58ae commit 1d06126

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dobby.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,10 @@
576576
INFOPLIST_FILE = Dobby/Info.plist;
577577
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
578578
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
579+
OTHER_LDFLAGS = (
580+
"-framework",
581+
XCTest,
582+
);
579583
PRODUCT_BUNDLE_IDENTIFIER = "de.rheinfabrik.$(PRODUCT_NAME:rfc1034identifier)";
580584
PRODUCT_NAME = "$(inherited)";
581585
SKIP_INSTALL = YES;
@@ -599,6 +603,10 @@
599603
INFOPLIST_FILE = Dobby/Info.plist;
600604
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
601605
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
606+
OTHER_LDFLAGS = (
607+
"-framework",
608+
XCTest,
609+
);
602610
PRODUCT_BUNDLE_IDENTIFIER = "de.rheinfabrik.$(PRODUCT_NAME:rfc1034identifier)";
603611
PRODUCT_NAME = "$(inherited)";
604612
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)