-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
glog/logging.h' file not found #23944
Comments
We are automatically closing this issue because it does not appear to follow any of the provided issue templates. 👉 Click here if you want to report a reproducible bug or regression in React Native. |
Same issue here. Any news? |
In my case it was cause by manually interrupting the first I resolved this with |
did you resolve? even I trying this not working too
React Native Environment Info
|
Same problem, any solution? |
in my case |
hey @VitorBrangioni @ajijoyo, I've added this to my package.json scripts section:
You may have to adapt to your glog version (mine is 0.3.5) |
That's Right. the solution that worked for me was: nothing more just remove space. thanks @ajijoyo |
having this issue with a brand new project using Xcode 10.3, any help? |
This happened to me while trying out a new xcode version. I named the new xcode application "Xcode 11" and put it beside the old one. This caused the problem for me. Naming the new one (Xcode 11) "Xcode" and removing the old one from the Application folder resolved the issue. |
Whut? Thank @loveaurellu. Did the same just renamed new XCode to "XCode GM 11" and got this error. Renaming back again to "XCode" and build succeeded :-D |
Hmm... hitting the same error. I am indeed also trying to build using Xcode that is named differently. |
Yep @loveaurellu that's exactly what I did. |
@loveaurellu thanks, it solved! o/ |
Hello Guys i just started to learn about React Native.
Mac OS Mojave (10.14)
Xcode 10.1
'react-native-cli: 2.0.1
react-native: 0.59.1
I enter below command in my terminal
then cd reactTutorialApp
I also tried it with run from xcode
i also did
./configure for glog-0.3.5 file
I am getting error like below.
/configure:-1: in `/Users/pareshpatel/Desktop/ReactNativeDemos/reactTutorialApp/node_modules/react-native/third-party/glog-0.3.5':
/configure:-1: C compiler cannot create executables
Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure
/Users/pareshpatel/Desktop/ReactNativeDemos/reactTutorialApp/node_modules/react-native/third-party/folly-2018.10.22.00/folly/detail/RangeCommon.h:22:10: 'glog/logging.h' file not found
Waiting for help.
The text was updated successfully, but these errors were encountered: