Skip to content

Commit

Permalink
fix(iostests): wrong framework search path in test target
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel committed Aug 30, 2021
1 parent da4c190 commit 81fa632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iostests/TestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "../kvault/build/bin/iosX64/debugFramework/**";
FRAMEWORK_SEARCH_PATHS = "../build/bin/iosX64/debugFramework/**";
INFOPLIST_FILE = Sources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.3;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -438,7 +438,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "../kvault/build/bin/iosX64/debugFramework/**";
FRAMEWORK_SEARCH_PATHS = "../build/bin/iosX64/debugFramework/**";
INFOPLIST_FILE = Sources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.3;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit 81fa632

Please sign in to comment.