Skip to content

Commit

Permalink
Merge pull request #28 from tlenclos/brettpappas-patch-3
Browse files Browse the repository at this point in the history
Fix for iOS build error
  • Loading branch information
brettpappas committed Oct 17, 2016
2 parents 12050ed + 84d3516 commit ff88880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/ReactNativeAudioStreaming.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../node_modules/react-native/React/**",
"$(PODS_ROOT)/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
Expand All @@ -282,6 +283,7 @@
"$(SRCROOT)/../../../React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../node_modules/react-native/React/**",
"$(PODS_ROOT)/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
Expand Down

0 comments on commit ff88880

Please sign in to comment.