Skip to content

Commit

Permalink
Fix for iOS build error
Browse files Browse the repository at this point in the history
iOS build error: STKAudioPlayer.h not found referenced in issue #10
  • Loading branch information
brettpappas committed Oct 14, 2016
1 parent 12050ed commit 84d3516
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 84d3516

Please sign in to comment.