naoufal / react-native-passcode-auth

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

RCTBridgeModule.h file not found #5

Open GantMan opened 8 years ago

GantMan commented 8 years ago

Any idea why this won't build from command line?

image

sigmb commented 8 years ago

Need to update the project.pbxproj to add in the Release section's build settings the react-native/React path

    58B511F11A9E6C8500147676 /* Release */ = {
        isa = XCBuildConfiguration;
        buildSettings = {
            HEADER_SEARCH_PATHS = (
                "$(inherited)",
                /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
                "$(SRCROOT)/../../React/**",
                "$(SRCROOT)/../../node_modules/react-native/React/**",
            );
spearmootz commented 7 years ago

im facing this problem, could you add more details to your solution? @sigmb

danielfttorres commented 7 years ago

This pull request fix this.

spearmootz commented 7 years ago

Thanks. The owner seems like he is not maintaining the project :(

danielfttorres commented 7 years ago

I will create a package called react-native-device-auth including Touch ID and the passcode as a fallback using this package. And I will keep it updated.

httol commented 5 years ago

@sigmb Thank you very much!

sagarrs commented 4 years ago

same issue can anyone help me out with this ?