'React/RCTConvert.h' file not found
See original GitHub issueHello,
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:
- Created 5 years ago
- Reactions:9
- Comments:14
Top 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 >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
This is probably an issue with react-native & cocoapods, not this library. Closing…
Hi there, I fixed this by removing
RNSVG
completely from myPodfile
and then manually linkingRNSVG
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.