-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'config.h' file not found - mutex.h #22267
Comments
Am also facing same issue can someone help me to resolve this |
As a temporary fix, you could navigate to
|
this solved my problem: #19529 (comment) |
@facebook-github-bot duplicate #19529 If you use Yarn, running |
It's not duplicate because:
This bug is still in the 0.57.5 so i opened this issue! |
Still we are facing same issue in React 0.57.5.. |
Same issue dragged from previous versions. After running #19529 workarounds and running |
Same issue here, experiencing it after ejecting the default created app with expo init. I guess would get the same issue with react-native init.. I've tried with ..\node_modules\react-native\third-party\glog-0.3.5 Note, I'm using XCode 10.0, Legacy build system, RN 0.57.1, yarn 1.12.3 |
My react-native info is the following.
I have been able to run |
You can use @kelset I think this is not fixed yet (despite of mentioned in the changelog) |
The repro steps are really not clear, I don't understand what causes this issue. |
I can confirm that with react-native init everything works well, the previous issue was there because the folder where the project was created, was in iCloud... and that messed up the relative paths, after I created project in another directory, no issues. Sorry for taking your time :) |
Actually, react-native fails for me but expo init works like a charm. |
@MohamadKh75 can you verify if 1/ this is still an issue on 0.58.0-rc.1, and 2/ if so, include a detailed list of steps to repro? |
@hramos i'll reach my Mac in a week! Will do that as soon as i can! |
@hramos i used I'll create a new issue for that! |
In the Terminal, navigate to the react-native/third-party/glog folder inside node_modules (for me, this was cd node_modules/react-native/third-party/glog-0.3.4) |
Environment
Description
As mentioned here, this must be fixed but i'm getting this error after using
react-native init MyTestProject
.Reproducible Demo
Simply use
react-native init MyTestProject
and you will get this error!Also, i tried to set the
Project Settings
toLegacy Build System
and cleaned the build folder but no result!The text was updated successfully, but these errors were encountered: