React-native-wechat: #import "RCTBridgeModule.h" not found RCTBridgeModule.h

Created on 27 Jul 2016  ·  4Comments  ·  Source: yorkie/react-native-wechat

how to fit it?

Most helpful comment

Header Search Paths
$(SRCROOT)/../../react-native/React -> recursive
$(SRCROOT)/../../react-native/Libraries/Image -> recursive or non-recursive
I fixed this issue, it's working now 👍

All 4 comments

Which versions(react-native/react-native-wechat) do you use? and could you please print the complete stack trace of this error, thank you :-)

import "RCTBridgeModule.h" file not found +1

Header Search Paths
$(SRCROOT)/../../react-native/React -> recursive
$(SRCROOT)/../../react-native/Libraries/Image -> recursive or non-recursive
I fixed this issue, it's working now 👍

@Kennytian perfect, thank you!

Was this page helpful?
0 / 5 - 0 ratings