naoufal / react-native-passcode-auth

React Native authentication with iOS Passcode.
104 stars 53 forks source link

'RCTBridgeModule.h' file not found #2

Closed domoconnell closed 8 years ago

domoconnell commented 8 years ago

Hi there :-)

I'm getting a bit stuck when trying to compile my project for release. It fails saying "'RCTBridgeModule.h' file not found"

Wondered if anyone could help? It works fine when running in debug mode, even on a device, but for release it fails.

I've checked all the usual suspects (I'm not an Xcode developer, so I can't say I've checked everything). But the Header Search Paths section in Build Settings appear to be the same for Debug and Release, and contain the directory in which the RCTBridgeModule.h file is:

xcode

Can anyone offer any solutions?

Thanks in advance!

:-)

domoconnell commented 8 years ago

Found a fix for this issue, submitted a pull request too.

3