(BUG?) Native MacOS arm bin not working on a clean project #19548
Replies: 5 comments 1 reply
-
Binary
@AlexK-TUES can you give me the exact output of: "damaged and can not be opened"? I assume it said more than that. What can happen is that the correct security settings also need to be set. Depends on your settings. The yew support crate you use seems to be just downloading the correct binary for you and then run it. See this file of the crate, so just try to do the same as this crate does but manually, or even copy it from where it is downloading it into. Maybe you can also inspect it too see what the difference is between that one and yours. CSS not loading
Hearing "css not loading" leads me to this question: are you using tailwind v3 classes that might be called different in tailwind v4? If you are using version 4: Being an idiot
Well you did as you were told: https://tailwindcss.com/docs/installation/tailwind-cli
You could try to do the same with an older binary and see if it actually has to do with the binary or your file/security settings. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I'm also having this problem. Tried both arm64 and x64. |
Beta Was this translation helpful? Give feedback.
-
|
It is indeed a permissions issue this works fine |
Beta Was this translation helpful? Give feedback.
-
|
Maybe could use jdx/mise? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am not sure if this is a confirmed bug or a just my stupidity, therefore labeling this as a help post. It's been some time lately since I have used Tailwind, and never the native bin with rust, only the CDN and plain HTML, so I am a bit far from understanding all perfectly.
For a homework of mine I have decided to play around with Yew with the inclusion of Tailwind CSS. While trying to test if all of my configurations are working, I found an interesting behavior - my CSS wasn't loading. To my belief the bin did not convert some/most of the classes other than some base ones, and that lead to the lack of rendering. Curious if this is a problem with the binary provided with the installation of the tailwind-yew crate, I grabbed the "tailwindcss-macos-arm64" bin from the latest 4.1.18 release, added it to my folder, chmod +x -ed it and ran it with my simple input.css and output.css files. To my surprise, macos said that the binary is "damaged and can not be opened". I have tried downloading it again in case of corruption, same result. Using the CDN, as I have done before, everything is fine and working.
Could somebody point me to what I am missing with using the binary option? I am ready to provide logs and whatever else you may need if this is a technical problem, though I suspect it's a problem of me being an idiot and making an obvious mistake.
Beta Was this translation helpful? Give feedback.
All reactions