Mutex.h文件中的Mattermost app错误:找不到Config.h文件Xcode 10.1

时间:2019-02-25 18:35:15

标签: ios xcode xcode10.1 mattermost

enter image description here

我正在使用此github代码。 https://github.com/mattermost/mattermost-mobile

我在Mutex.h文件中收到此错误“找不到config.h文件”。我正在使用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文件相同的错误。

谢谢。

1 个答案:

答案 0 :(得分:0)

我从最重要的应用程序中删除了glog文件夹,并通过创建一个新的react native项目在目录中添加了一个新的glog文件夹,并将其替换为最重要的代码目录中的旧glog文件夹。它为我工作。