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

See original GitHub issue

After migration to the RN version 0.60.5 i was trying to follow the main installation guide but first got an error that RNFastImage is not found in native modules.

So then I find the issue on the repo and made pod install with adding to my pod file this:

rn_fast_image_path = '../node_modules/react-native-fast-image'
  
pod 'RNFastImage', :podspec => "#{rn_fast_image_path}/RNFastImage.podspec"

After that, I got another bug “‘React/Core/RCTConvert.h’ file not found”

Expected behavior No errors in building in xcode

Dependency versions

  • React Native version: 0.60.5
  • React version: 16.8.6
  • React Native Fast Image version: 7.0.0 (initially i was trying the current 7.0.2) version

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:6

github_iconTop GitHub Comments

2reactions
gospagcommented, Aug 28, 2019

I have exactly the same problem. Did anybody find the solution ?

0reactions
rahamin1commented, Jun 27, 2020

I had the same issue with other packages after upgrade. The error was gone only when I created a new repo in the new version and copied my files over.

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 >
'React/Core/RCTConvert.h' file not found - Bountysource
After migration to the RN version 0.60.5 i was trying to follow the main installation guide but first got an error that RNFastImage...
Read more >
react/rctconvert.h' file not found firebase, 'react/uiview+react.h' file ...
react /rctconvert.h' file not found firebase. One of them is the FirebaseCore/FirebaseCore.h file not found issue on iOS. This issue occurs mostly when ......
Read more >
Native Modules
It assumes the reader knows Objective-C or Swift and core libraries ... React Native will not expose any methods of CalendarManager to ...
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