'React/RCTBridge.h' file not found
See original GitHub issuei try build for ios but show this error
‘React/RCTBridge.h’ file not found
this my pods
pod 'React', :path => '../node_modules/react-native', :subspecs =>[
'DevSupport',
'Core',
'RCTNetwork',
'CxxBridge',
]
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'react-native-background-timer', :path => '../node_modules/react-native-background-timer'
my react native version
react-native 0.54.2
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top Results From Across the Web
React Native build failed: 'React/RCTBridge.h' file not found
Follow the below steps. It's worked for me. Open terminal; Go to the ios folder; Quit Xcode; run pod install; Open .xcworkspace file....
Read more >'React/RCTBridge.h' file not found #719 - GitHub
OS: Windows [*] MacOS Linux Platform: [ *] iOS Android SDK: @sentry/react-native [ *] react-native-sentry react-native version: 0.61.1.
Read more >React Native build failed: 'React/RCTBridge.h' file not found
iOS : React Native build failed: ' React / RCTBridge. h ' file not found [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >React Native build failed: 'React/RCTBridge.h' file not found ...
[Solved]-React Native build failed: 'React/RCTBridge.h' file not found-Reactjs · In Xcode, go to the project scheme (Product -> Scheme -> Manage Scheme ->...
Read more >IOS app is not starting | Apple Developer Forums
This is my appdelegate.m file #import <React/RCTBridge.h> #import <React/RCTBundleURLProvider.h> #import <React/RCTRootView.h> #import ...
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 Free
Top 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
For me it was fixed when downgrading from CocoaPods
1.5.0
to1.4.0
.The fix for #71 in 2.0.1 is the cause of this issue as it breaks iOS build for ReactNative 0.55.4 and CocoaPods 1.5.3. When I revert to 2.0.0 the build succeeds.