react-native-passcode-auth icon indicating copy to clipboard operation
react-native-passcode-auth copied to clipboard

RCTBridgeModule.h file not found

Open GantMan opened this issue 9 years ago • 7 comments

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

image

GantMan avatar Sep 23 '16 18:09 GantMan

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/**",
            );

sigmb avatar Oct 20 '16 22:10 sigmb

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

spearmootz avatar Jul 05 '17 16:07 spearmootz

This pull request fix this.

danielfttorres avatar Jul 28 '17 14:07 danielfttorres

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

spearmootz avatar Jul 28 '17 15:07 spearmootz

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.

danielfttorres avatar Jul 28 '17 16:07 danielfttorres

@sigmb Thank you very much!

httol avatar Jan 09 '19 12:01 httol

same issue can anyone help me out with this ?

sagarrs avatar Jun 05 '20 06:06 sagarrs