glog/logging.h file not found X-code报错解决

解决:'glog/logging.h' file not found 只需执行两行指令即可:

 

cd node_modules/react-native/third-party/glog-0.3.5

../../scripts/ios-configure-glog.sh

注意:执行前请确保,你的第三方 glog-0.3.5 的具体版本。

你可能感兴趣的:(react,native)