未找到 config.h 文件
Posted
技术标签:
【中文标题】未找到 config.h 文件【英文标题】:config.h file not found 【发布时间】:2018-09-14 11:02:57 【问题描述】:我正在使用 react-native 平台。我正在使用 ios。创建项目后,发现如下错误:
config.h 文件未找到 mutex.h
请帮我解决这个问题。
【问题讨论】:
什么版本的 react native?是否是全新安装(没有第三方模块)? 试试这个solution 反应原生版本 0.56.0,我使用领域模块作为数据库。 【参考方案1】:对我有用的解决方案是:
退出 Xcode
导航到
cd node_modules/react-native/third-party/glog-0.3.4/
然后执行命令:
./configure && make && make install
现在在 Xocde 中打开项目,构建并运行。
【讨论】:
【参考方案2】:在项目目录中运行以下命令。帮助我解决了我的 config.h not found 问题
-
cd node_modules/react-native/third-party/glog-0.3.4/
./配置
制作
进行安装
cd ../../../..
react-native run-ios
【讨论】:
以上是关于未找到 config.h 文件的主要内容,如果未能解决你的问题,请参考以下文章
react-native xcode 10.1“config.h”文件未找到
词法或预处理器问题 - 未找到 event2/event-config.h 文件