naoufal / react-native-speech

A text-to-speech library for React Native.
https://www.npmjs.com/package/react-native-speech
304 stars 53 forks source link

Wont Archive - Need to Add Search Header [WITH FIX] #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

You need to search the node_modules during archive or it will fail. Add this to the pbxproj file in the xcodeproj

 "$(SRCROOT)/../../node_modules/react-native/React/**",

If you don't do this step you will get the error that RCTBridge not Found.

naoufal commented 8 years ago

@bradynapier Could you submit a PR?

Sherlock92 commented 8 years ago

Also caught this issue when archiving

Sherlock92 commented 8 years ago

@bradynapier i'm a bit lost with how to fix this, if you could PR you'd have a new best friend ;)

alekseiko commented 8 years ago

Hi, there

I have the same problem. This fix helped me to resolve such problem.