tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

'React/RCTBridgeModule.h' file not found #81

Closed d2rivendell closed 7 years ago

d2rivendell commented 7 years ago

When I follow the step 3,The Xcode show me the error.

catalinmiron commented 7 years ago

I have the same problem, how can I fix it?

gwitteveen commented 7 years ago

I had similar issues, but with a different module. Following the steps in the accepted answer in the link below fixed it for me.

https://stackoverflow.com/questions/41477241/react-native-xcode-upgrade-and-now-rctconvert-h-not-found

savioseb commented 7 years ago

I had the same problem - the pod install approach doesn't work for me. the 2nd approach react-native link react-native-audio-streaming works for me.