Skip to content

Commit

Permalink
Merge pull request #275 from angly-cat/patch-1
Browse files Browse the repository at this point in the history
Fix "Argument list too long: recursive header expansion failed" issue
  • Loading branch information
koenpunt authored May 30, 2018
2 parents 5dc25f9 + ff982ee commit f8db0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RNAdMobManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
A96DA77E1C146D7200FC639B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/**";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/Pods/**";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
Expand All @@ -267,7 +267,7 @@
A96DA77F1C146D7200FC639B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/**";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/Pods/**";
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
Expand Down

0 comments on commit f8db0e6

Please sign in to comment.