-
Notifications
You must be signed in to change notification settings - Fork 6
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/RCTBridgeModule.h' file not found #5
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我将项目使用Pod来管理就报了这个错.
其他的第三方库一般都会有一个
.podspec
比如react-native-video.podspec
, 所以可以迁移到podfile里:可是
growingio
没提供.podspec
, 就无法迁移到pod.在编译时候就报了错:
同样的
RCTWeChat
也遇到相同问题, 经过在RCTWeChat.xcodeproj里的header search path
添加$(SRCROOT)/../../react-native/React
recursive, 这样就可以解决相同的问题.但是growingio用相同方式不能解决.
The text was updated successfully, but these errors were encountered: