Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'React/RCTViewManager.h' file not found #11

Open
vipzz opened this issue Aug 7, 2019 · 4 comments
Open

'React/RCTViewManager.h' file not found #11

vipzz opened this issue Aug 7, 2019 · 4 comments

Comments

@vipzz
Copy link

vipzz commented Aug 7, 2019

While building for ios i receive

'React/RCTViewManager.h' file not found
#import <React/RCTViewManager.h>

Im using xcode 10.1 and react-native 0.60.4

@vipzz
Copy link
Author

vipzz commented Aug 7, 2019

I just built it using xcode build and I now get "RCTLivePlayer" was not found in UIManager.

I search the project folder but couldnt find a file with this name.

@rajaishwary
Copy link
Contributor

rajaishwary commented Oct 15, 2019

@vipzz from react-native 60 onwards,

either you do manual linking and add React to project's dependency or we should update the library to use podspec. So it can get the React from Pods.

@wonday below PR will fix the issue:
#19

@quytang
Copy link

quytang commented Jan 18, 2020

I am facing the same issue. Would you mind telling me how to get it fixed?

@redefinered
Copy link

did anyone ever managed to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants