Mojave + Xcode 10 build fails on glog config.h, gflags/gflags.h

前端 未结 5 1427
故里飘歌
故里飘歌 2021-02-08 21:39

I\'m testing React Native 0.56.0-rc.2 on Mac OS Mojave and Xcode 10.

Running:

react-native init TestProject --version=\"0.56.0-rc.2\"
cd TestProject
npm          


        
5条回答
  •  余生分开走
    2021-02-08 22:13

    If any of these solution does not work, please check your project path. Project path and/or directory names should not contain any space in its name or you can create project on Desktop or in Documents directory.

    Because of invalid name in project path, React Native project unable to link / add glob header files inside project / workspace.

提交回复
热议问题