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/RCTConvert.h' file not found

See original GitHub issue

Hello,

I am getting error as 'React/RCTConvert.h' file not found after adding firebase dependency in pod file and doing pod update.

I am getting above error in class RNSVGBrush

react-native-svg - ^6.3.1 react-native - ^0.50.1 react - 16.0.0-alpha.12

I am stuck here from last few hours.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:14

github_iconTop GitHub Comments

13reactions
msandcommented, Dec 9, 2018

This is probably an issue with react-native & cocoapods, not this library. Closing…

7reactions
nabilfreemancommented, May 28, 2019

Hi there, I fixed this by removing RNSVG completely from my Podfile and then manually linking RNSVG into the “Libraries” group in Xcode.

The cause was as mentioned above, React is declared as a dependency in this Pod and we already have it linked outside Cocoapods. In fact we are almost 100% Pod-free!

NB: I had to add it to “Link Binary With Libraries” for all the targets in my app.

I think the podspec for this library has been written badly so it’s best to avoid it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[v3] [iOS] 'React/RCTConvert.h' file not found #5258 - GitHub
Issue Description. I've installed React Native Navigation V3 on a fresh install of React Native 0.60, manually as per the instructions here:
Read more >
React Native / Xcode Upgrade and now RCTConvert.h not found
I did a quick check on RNFS library and one of the files, RNFSManager.m appears to import from the old path. You need...
Read more >
The Blockchain- Dapps Daily — 3rd Aug 2019 — react-native ...
Issue :“React/RCTConvert.h' file not found” error in archiving iOS. This is because the new version of React changed the path.
Read more >
React Native / Xcode Upgrade and now RCTConvert.h not ...
[Solved]-React Native / Xcode Upgrade and now RCTConvert.h not found-Reactjs · In Xcode, go to the project scheme (Product -> Scheme -> Manage...
Read more >
React Native / Xcode Upgrade and now RCTConvert.h not found
0 via react-native-git-upgrade I get a number of lexical/preprocessor issues when trying to build/run the app in XCode. React/RCTBridgeModule.h' file not found.
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