Skip to content

Commit 2429a26

Browse files
committed
fix(ios): add DuckDB header search path to the test target (#1526)
1 parent a46174b commit 2429a26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TableProMobile/TableProMobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,7 @@
21712171
isa = XCBuildConfiguration;
21722172
buildSettings = {
21732173
BUNDLE_LOADER = "$(TEST_HOST)";
2174+
HEADER_SEARCH_PATHS = "$(SRCROOT)/../Libs/ios/DuckDB.xcframework/ios-arm64/Headers";
21742175
CODE_SIGN_STYLE = Automatic;
21752176
CURRENT_PROJECT_VERSION = 1;
21762177
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2194,6 +2195,7 @@
21942195
isa = XCBuildConfiguration;
21952196
buildSettings = {
21962197
BUNDLE_LOADER = "$(TEST_HOST)";
2198+
HEADER_SEARCH_PATHS = "$(SRCROOT)/../Libs/ios/DuckDB.xcframework/ios-arm64/Headers";
21972199
CODE_SIGN_STYLE = Automatic;
21982200
CURRENT_PROJECT_VERSION = 1;
21992201
DEVELOPMENT_TEAM = D7HJ5TFYCU;

0 commit comments

Comments
 (0)