From 6cc99834dde13d87ba626a5de67f336cd87c9e39 Mon Sep 17 00:00:00 2001 From: Naoto Ida Date: Wed, 15 Feb 2017 16:14:32 +0900 Subject: [PATCH] Mention adding path to Header Search Path --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff2b70..12d6b6c 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ In XCode, in the project navigator, select your project. Add `libReactNativeAudi 3. In XCode, in the project navigator, select your project. Add `libReactNativeAudioStreaming.a` and `libStreamingKit.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` 4. Run your project (`Cmd+R`) -### Final step for iOS (required after doing any of three options above) +### Final steps for iOS (required after doing any of three options above) -Update Info.plist file of your Xcode project and add audio background mode +1. Make sure `$(SRCROOT)/../node_modules/react-native-audio-streaming/ios` is added to your project's `Header Search Paths` within the `Build Settings` section. + +2. Update Info.plist file of your Xcode project and add audio background mode ```xml UIBackgroundModes