【发布时间】:2019-02-28 01:22:40
【问题描述】:
我正在使用这个 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- 运行 make
5- 运行 make install
6- 打开 Xcode 并尝试构建项目。
在该 glog 文件夹中显示 config.h 文件的结果,但是当我在 Xcode 中编译项目时,它再次从 glog 文件夹中删除。 Xcode 给出了与 config.h 文件未找到相同的错误。
谢谢。
【问题讨论】:
标签: ios xcode xcode10.1 mattermost