`React/RCTBridgeModule.h` file not found when following set up instructions using ExpoKit
See original GitHub issueI created a brand new project using create-react-native-app
then ejected it (keeping ExpoKit), confirmed that it runs fine from XCode, then followed the Configuration and Installation steps. Then when I try building from XCode it tells me 'React/RCTBridgeModule.h' file not found
A coworker of mine also ran into the same error when following the setup instructions in the documentation. Is this a known issue when working with a project detached from Expo?
I’m using expo@25.0.0
and react-native-ble-plx@0.8.0
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
`React/RCTBridgeModule.h` file not found when following set ...
I created a brand new project using create-react-native-app then ejected it (keeping ExpoKit), confirmed that it runs fine from XCode, ...
Read more >`React/RCTBridgeModule.h` file not found - Stack Overflow
Started getting this error after npm install and rpm linking react-native-fs library. But after searching online for a solution, I noticed that many...
Read more >Active questions tagged react-native+ios - Stack Overflow
'React/RCTBridgeModule.h' file not found ... which I'm aware is associated with the React Native Navigation setup, and have followed the steps to fix...
Read more >React Native: How to fixed RCTBridgeModule.h file not found
Mail Merge to Separate PDFs with Custom File Names and Folder Locations. No Plugin Needed! Imnoss. Imnoss. •. •. 151K views 1 year...
Read more >iOS : Build failed 'React/RCTBridgeModule.h' file not found
iOS : Build failed ' React/RCTBridgeModule. h ' file not found [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the response, I really appreciate it. Adding
$(SRCROOT)/../../../ios/Pods/Headers/Public/**
to the Header Search Paths forBleClient
got me past the error, but now I’m getting a different error:clang: error: no such file or directory: '/Users/tanner/Projects/ticketing-client/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.c' clang: error: no input files
Searching on that takes me to this issue which implies it’s related to swift usage. Do you have an idea of how to work around this new issue?
Closing as the usage with Expo is already described here