'glog/logging.h' file not found

后端 未结 7 1493
庸人自扰
庸人自扰 2021-02-12 16:40

some time ago, every time I start a new project of react-native or when I install the modules I present this error.

\'glog/logging.h\' file not found.

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-12 17:09

    Assuming you are starting at your projects root

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

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

    ios-configure-glog.sh uses a relative path to ./configure so you have to change this or cd first or else it will error.

    All props to @jose920405!

提交回复
热议问题