Skip to content

Commit 64754de

Browse files
committed
Fix local macOS tests by adding Carthage to runpath
1 parent bd43498 commit 64754de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
10341034
);
10351035
GCC_NO_COMMON_BLOCKS = YES;
10361036
INFOPLIST_FILE = MapboxGeocoderTests/Info.plist;
1037-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
1037+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/Mac";
10381038
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests;
10391039
PRODUCT_NAME = MapboxGeocoderTests;
10401040
SDKROOT = macosx;
@@ -1055,7 +1055,7 @@
10551055
);
10561056
GCC_NO_COMMON_BLOCKS = YES;
10571057
INFOPLIST_FILE = MapboxGeocoderTests/Info.plist;
1058-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
1058+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/Mac";
10591059
PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests;
10601060
PRODUCT_NAME = MapboxGeocoderTests;
10611061
SDKROOT = macosx;

0 commit comments

Comments
 (0)