You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the demo project in Xcode, it reported <React/RCTBridgeModule.h> is not found.
I updated react-native and React to 0.42.0 and 15.4.1, but still got the error. Then I changed RCTWebChat.xcodeproj → Build Settings → Search Paths → Header Search Paths to $(SRCROOT)/../../react-native/React and $(SRCROOT)/../../react-native/Libraries
But it doesn't work. Anyone knows how to fix this problem? Many thanks.
The text was updated successfully, but these errors were encountered:
When I build the demo project in Xcode, it reported <React/RCTBridgeModule.h> is not found.
I updated react-native and React to 0.42.0 and 15.4.1, but still got the error. Then I changed RCTWebChat.xcodeproj → Build Settings → Search Paths → Header Search Paths to
$(SRCROOT)/../../react-native/React and
$(SRCROOT)/../../react-native/Libraries
But it doesn't work. Anyone knows how to fix this problem? Many thanks.
The text was updated successfully, but these errors were encountered: