-
Notifications
You must be signed in to change notification settings - Fork 30
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
build fail in macos x 10.15.7 #28
Comments
Found the solution removing and reinstalling the xcode commandtools. |
is this still an issue then? |
i also got same issue as above, re-install command line tools worked.. I think this is no more an issue but should be documented to frequently encounter errors/FAQ. Commands to re-install Xcode command line tools. # delete existing command line tools
sudo rm -rf /Library/Developer/CommandLineTools
# install command line tools
xcode-select —install |
Upgrading ncurses from v6.2 to v6.3 in macports fixed this for me:
although I was getting a slightly different error:
Related: https://stackoverflow.com/a/46613039 |
I'm facing the same problem when using My context is a simple Tauri app. Here is a repro: https://github.com/schickling-test/tauri-nix-mac-repro |
I get the same issue trying to install |
@felipesere are you on an M1? Which macOS version? |
Yeah, I am on M1 with macOS 11.6.2 "Big Sur" |
Same thing for me in a nix environment with
So then I manually go and include
Not sure how much of this is helpful. |
Confirm the same issue persist for
|
I had the same error and fixed it by simply upgrading/installing llvm
|
I still have this issue on 11.6 |
even with xcode installed? you need to have Foundation on your system |
need to try that. was a bit hesitant to install complete xcode because it was something like 10gig. |
installing the newest available xcode available for my 2014 macbook pro 15 (not supported on latest macos) works :) |
Unfortunately I'm still facing the same problem as described above. Would be great if this issue could be kept open until the underlying issue is resolved. Here is a repro: https://github.com/schickling-test/tauri-nix-mac-repro |
same here. started after the (latest) xcode-select update to version 2384. |
For the record, I managed to solve it with export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" |
Thx, it works. |
Using the demo code in the readme.md it's throwing a error in build
The text was updated successfully, but these errors were encountered: