We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07daebf + ab60860 commit 809770bCopy full SHA for 809770b
src/scripts/ios/updateHeaderPaths.js
@@ -24,7 +24,7 @@
24
config = config.split("\n")
25
.map(function (line) {
26
if (line.indexOf("HEADER_SEARCH_PATHS") > -1 && line.indexOf("Branch-SDK") === -1) {
27
- line += ' "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking/Requests"';
+ line += ' "${PODS_ROOT}/Branch/Branch-SDK"';
28
}
29
return line;
30
});
0 commit comments