File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
tests/ios/testing.xcodeproj Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 405405 );
406406 MARKETING_VERSION = 1.0;
407407 ONLY_ACTIVE_ARCH = YES;
408- OTHER_LDFLAGS = "$(inherited)";
408+ OTHER_LDFLAGS = (
409+ "$(inherited)",
410+ "-L$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/$(PLATFORM_NAME)",
411+ );
409412 PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing;
410413 PRODUCT_NAME = testing;
411414 PROVISIONING_PROFILE_SPECIFIER = "";
442445 );
443446 MARKETING_VERSION = 1.0;
444447 ONLY_ACTIVE_ARCH = YES;
445- OTHER_LDFLAGS = "$(inherited)";
448+ OTHER_LDFLAGS = (
449+ "$(inherited)",
450+ "-L$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/$(PLATFORM_NAME)",
451+ );
446452 PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing;
447453 PRODUCT_NAME = testing;
448454 PROVISIONING_PROFILE_SPECIFIER = "";
You can’t perform that action at this time.
0 commit comments