question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'React/RCTBridge.h' file not found

See original GitHub issue

i 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:open
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

5reactions
felixmohnertcommented, May 4, 2018

For me it was fixed when downgrading from CocoaPods 1.5.0 to 1.4.0.

2reactions
mjgallagcommented, Jun 17, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found