-
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 #19529
Comments
emmmmm???? |
Please use Stack Overflow for this type of question. |
Fix my bug. rm -rf node_modules/ && yarn cache clean && yarn install |
I need a little bit more, but then it works for me too :)
(replace glog-0.3.X with yours) replace with `NULL` |
@ReggaePanda I did indeed have to run that |
I edited it in the script above. @fbartho :) |
I had an error pointing to a missing Here's my solution: Note the |
thank you @ReggaePanda, it works, you helped me a lot! |
@ReggaePanda YOU'RE THE MAN. After spending a 10 hours trying to figure this out, your process finally worked. Can't thank you enough! |
Same here. @ReggaePanda, thanks very much for sharing! |
I'm always amazed - how do you guys figure out cryptic errors like those? Especially when it is what feels like an endless chain of fix/new error story.. Thanks for the fix @ReggaePanda . |
Why are none of these steps listed on the guide here? |
I wrote something a bit cleaner for my purposes and installed the fix within the node_modules/react-native package. Normally I would prefer not to modify a node_module directly, but under this circumsance I felt that it was worth it and allowed us to add a simple script in our yarn start script and we get a clean run from a fresh clone in multiple products. "react-native-vector-icons": "4.5.0" this script can be useful for a bug relating to this package. glog-0.3.4
glog-0.3.5
manual |
For any glogcd ./node_modules/react-native && scripts/ios-install-third-party.sh && cd third-party && cd $(ls | grep 'glog' | awk '{print $1}') && ./configure |
This worked for me:
|
im receiving the following error with Xcode 10 and RN 0.48
config.log
any idea? |
You need to change to the legacy build system in Xcode 10 and install third party scripts manually. 1: File -> Project/Workspace settings 2: Follow this to manually install third party scripts for RN: Clean RN cache $ rm -rf ~/.rncache Re-install the deps $ cd your_project_path Then install the third-party $ cd node_modules/react-native/scripts Run the commands below if glog installation failed. $ cd ../third-party/glog-0.3.x It works for me, I hope it helps for you. |
This instructions works as long as theres no space in project's path... |
I followed the pastures of @MinhajJaved ... however after executing the command "./ios-install-third-party.sh", I moved the "third-party" directory to a level below that is in the folder "node_modules / react-native "and I ran the next command" cd ../third-party/glog-0.3.xe ./configure "... it worked perfectly ... Why did I do this? because the command "ios-install-third-party.sh" installs the "third-party" package in the "node_modules / react-native / scripts" folder and not at a level below that would be "node_modules / react-native ". This for react-native 0.57.7 tks @MinhajJaved |
i just remove spacing from project parent folder name Working On to Working-On Close Xcode --> Clean --> Run |
Same error occurred in my project i tried all solutions but when i removed
space from main project name its working
Cab you pass your project directory screenshot?
…On Wed, Dec 19, 2018, 1:57 PM Rohan Shah ***@***.*** wrote:
If above all answers don't work, Please check that there is *no space in
any directory name of the full* path and *not only* the project directory
name.
While in terminal, it accepts through My Disk as My\ Disk but xcode do
not recognize that.
If its in My Disk directory, try after moving it to Desktop or any other
directory *which doesn't have space in their name*.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19529 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVMEU9wgUTvmlnxBvmqPH-DA_wqOeHDNks5u6fh6gaJpZM4UWCe->
.
|
Thanks @NNaidoo it's work |
👌
…On Sun, Dec 23, 2018, 8:18 PM Alexandru Maftei ***@***.*** wrote:
Thanks @NNaidoo <https://github.com/NNaidoo> it's work
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19529 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVMEU7m_ZyudGFZmL0PNBPCwUREp4qSoks5u75fRgaJpZM4UWCe->
.
|
This answer works just fine. Thanks |
@ReggaePanda Can't thank you enough! |
Reinstalling |
I have a similar issue. When I used the Default Build System, I got an error about double-conversion related to
|
I had this issue when I installed Xcode 10.2 and installed Xcode 10.1 in ~/Applications/ folder and opened Xcode project file with 10.1. |
Thanks it work for me |
still i have the same issue, |
Don't work for [email protected] |
when i run ./configure always error so it run |
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) |
react-native info
in your terminal and paste its contents under "Environment"share an app that reproduces the issue using https://snack.expo.io/
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 8.6.0
Yarn: 1.2.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.1 AI-173.4720617
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
Description
when i adding a single view to existing native applications, it works ok.
But an error occurred when I tried to package my app.
Steps to Reproduce
Successfully integrated into existing applications
package
error
Expected Behavior
package success
Actual Behavior
......./ios/Pods/glog/src/base/mutex.h:105:10: fatal error:
The text was updated successfully, but these errors were encountered: