React-native项目运行报错react/rctbundleurlprovider.h file not found

你需要在工程目录下npm install react-native,如果项目中有npm package文件直接运行sudo npm install 即可安装配置文件中的依赖。基本就可以啦。

如果确认已经依赖, 则添加link:Link Binary with Library-->Add Other --> node_modules -> react-native ->React ->Base ->RCTRootView.m

http://www.jianshu.com/p/9e4e60a216bb

你可能感兴趣的:(React-native项目运行报错react/rctbundleurlprovider.h file not found)