Skip to content

Commit

Permalink
Corrected HEADER_SEARCH_PATHS
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomasroos committed Nov 6, 2017
1 parent a1e7d68 commit 9c72f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/IDFA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**/**",
"$(SRCROOT)/../../react-native/React/**/**",
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -233,8 +233,8 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../../React/**/**",
"$(SRCROOT)/../../react-native/React/**/**",
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
Expand Down

0 comments on commit 9c72f26

Please sign in to comment.