-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incompatible with macOS versions that are 64-bit only #1
Comments
Done! Please test. |
«Fat» binary generated and added to the release. |
I was planning to try to build it but I've been v busy with end-of-year stuff! 😅
I checked and this directory already exists. |
It looks like this is some sort of macOS security feature that creates a sandbox that is probably not writable. This sucks! I'll see if I can find a solution. |
Damn… This is something new. On my 10.13 it downloads the animation base just fine. |
This might be relevant: https://apple.stackexchange.com/a/311274 |
Just checked on 10.15.7, still cannot reproduce =( |
I finally got around to trying to build it. The build fails on
I tried to fix with brew to no avail. I unfortunately have zero experience with C in the Apple ecosystem. I can keep digging but I'd rather ask you how you got
|
Damn, that`s unexpected. |
In the meantime, could you please test my pre-built binary? I repacked it so it has both X86-32 and X86-64 now. |
I tested 0.2.3a and it has the same problem. I don't see anything newer? |
I have followed this workaround and I get much further into the linking process but it still fails.
Uhhh i386? Has macOS ever built for that? I guess it has. Look I understand from this project that you love compatibility but us Mac users are used to be told we're SOL when our systems are old. :) That's how Apple treats its users and we just take it in stride. If it supported M1 only it would be awesome even though I don't have access yet to an M1. |
Oh crud, I put the 32-bit target first so it gets selected by default. |
So does the binary downloaded from here really refuse to execute? |
The binary downloaded from there fails with the AppTranslocation permission problem. I assume the cryptographic library works, either because it's statically linked or because it holds different dylib include paths that don't match my default XCode configuration. From what I understand so far, if I were to package my build and send it to you, then you probably would experience the AppTranslocation problem. |
I got the just-pre-released version from today and got this:
I am running macOS Monterey 12.0.1 on a MacBook Pro (15-inch, 2018). Processor is x86_64.
The text was updated successfully, but these errors were encountered: