-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Can not build example project on MacOS #4391
Comments
Can you try this and give me some logs. #2033 |
@waruqi Here hare two logs.
After that, xmake is getting stuck in
And here is one with video :)
|
Can you try running the following commands? Does it stuck? /usr/sbin/sysctl -n machdep.cpu.vendor machdep.cpu.model machdep.cpu.family machdep.cpu.features machdep.cpu.brand_string
sw_vers -productVersion |
That was super fast
|
Can you try remove |
Can you try dev version again? It should be fixed. #4645
|
It's fixed with
|
Xmake Version
v2.8.5+20231107 (Installed via Homebrew)
Operating System Version and Architecture
macOS Sonoma 14.0
Describe Bug
I can not build a 'Hello, World!" C project on macOS 14.0.
I used
xmake create -l c
to create the project, followed byxmake
to build it. The build did not succeed after 5 minutes.BTW: Thank you so much for this software!
Expected Behavior
The 'Hello, World!" C project should build on macOS 14.0.
Project Configuration
xmake-macOS-14.0.zip
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: