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.
1 parent 07daebf commit ab60860Copy full SHA for ab60860
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