Xcode 10: third-party: 'config.h' file not found
See original GitHub issueAfter upgrading from 0.44.3
-> 0.45.0
, XCode no longer builds for me with the following error:
Lexical or Preprocessor Issue
'config.h' file not found
I am not using cocoa pods, just npm packages. Seems like some related changes have been made that may be causing this issue?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:226
- Comments:134 (26 by maintainers)
Top Results From Across the Web
"config.h" file not found in iOS project of React native
Close Xcode. Open Terminal, go to your project's root folder and run: cd node_modules/react-native/third-party/glog-0.3.4/.
Read more >[Solved]-'config.h' file not found after moving the third-party folder
Well, try to follow this solution: Assuming you are starting at your projects root. You need to execute these commands in your terminal:...
Read more >React Native Error config.h file not found mutex.h During Archive
Solution to the glog error "config.h file not found mutex.h". First run ios-install-third-party script then configure glog with .
Read more >Xcode 10: third-party: 'config.h' file not found - CodeAntenna
configure --host arm-apple-darwin. 当我们使用Xcode10 编译运行之前的RN项目时,报如下错误时:. error:Build input file cannot be found:'/Users/…
Read more >Xcode 10: third-party: 'config.h' file not found - 阿里云开发者社区
升级xcode到10版本之后遇到config.h 文件找不到的问题In the Terminal, navigate to the react-native/third-party/glog folder inside node_modules...
Read more >
Top Related Medium Post
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Running into the same issue here after upgrading from
0.44
. None of the above solutions or clearing caches did the trick for me. Here’s what I did to get things working again:react-native/third-party/glog
folder insidenode_modules
(for me, this wascd node_modules/react-native/third-party/glog-0.3.4
)../../scripts/ios-configure-glog.sh
config.h
header file is created for Xcode to findCan you try removing the third-party folder in your node_modules/react-native folder?