React-Native 'RCTRootView.h' file not found

1.从githup下载下来的RN 项目编译报如下错误

 1)React-Native 'RCTRootView.h' file not found AppDelegate.m

解决方案:1.cd到这个项目中,执行npm install react-native.  然后在执行npm install 重启开启你的编辑工具(我的是webstorm)和你的xcode。

2.在编译 可能会出现类似的问题  解决方案如第二个截图 在这个方法SecRandomCopyBytes
前面添加(void)在编译

React-Native 'RCTRootView.h' file not found_第1张图片


3.在编译可能遇到如下的问题  解决方案:如截图 把#import "RCTBridgeModule.h" 反注释

React-Native 'RCTRootView.h' file not found_第2张图片

你可能感兴趣的:(React-Native 'RCTRootView.h' file not found)