react-native-live-stream icon indicating copy to clipboard operation
react-native-live-stream copied to clipboard

'React/RCTViewManager.h' file not found

Open vipzz opened this issue 5 years ago • 4 comments

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 avatar Aug 07 '19 06:08 vipzz

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.

vipzz avatar Aug 07 '19 06:08 vipzz

@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: https://github.com/wonday/react-native-live-stream/pull/19

rajaishwary avatar Oct 15 '19 17:10 rajaishwary

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

quytang avatar Jan 18 '20 15:01 quytang

did anyone ever managed to solve this issue?

redefinered avatar Mar 01 '21 16:03 redefinered