-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
stdio.h file not found error on macOS Sierra #338
Comments
I’ve encountered this as well, and resolved it by making sure Xcode’s command-line tools were properly installed. Could you check if that also resolves it for you? |
Thanks @oleavr, running |
Glad to hear! I suspect this happens after an Xcode upgrade, where somehow things go slightly out of sync. |
In my case IOS simulator wasn't installed. Go to Xcode -> Preferences -> Components |
The root reason is missing the /usr/include folder, install command-line tools sometimes will not automatically add it. The Link shows the correct way: |
well done. thanks |
For anyone discovering this later on who may not be familiar with the command line, here's how to install the In
This should open the following prompt: Make sure you go through the whole thing and try to install the gem that failed to install again or run |
Olivierlacan your solution worked fine, thanks |
@olivierlacan brilliant answer -it solved my problem. |
@olivierlacan thanks, man |
u da man @olivierlacan |
@olivierlacan you're a lifesaver |
@olivierlacan solution worked like a charm!
|
macOS Sierra 10.12.6 with Xcode 8.3.3
Followed building instructions, I get
gum/meson-private/sanitycheckobjc.m:1:8: fatal error: 'stdio.h' file not found
Checking the isysroot path, stdio.h is present in /usr/include/.
The text was updated successfully, but these errors were encountered: