我正在使用这个 github 代码。 https://github.com/mattermost/mattermost-mobile
我在 mutex.h 文件中收到此错误“config.h file not found”。我正在使用 MacOS High sierra 10.13.6 和 Xcode 10.1。在 glog-0.3.5 文件夹中,我已经完成了以下解决方案。
1-关闭 Xcode。
2- cd /node_modules/react-native/third-party/glog-0.3.5
3-运行 ./configure
4-运行制作
5-运行make install
6- 打开 Xcode 并尝试构建项目。
由于 glog 文件夹在其中显示 config.h 文件,但是当我在 Xcode 中编译项目时,它再次从 glog 文件夹中删除。Xcode 给出了与 config.h 文件未找到相同的错误。
谢谢你。