You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I uninstalled the compiled Cargo (Cargo install tod) version of Tod and installed the Homebroew (brew install tod) version, but it doesn't function on my computer (Intel) as it is not universal (correct CPU type)
To Reproduce
On an i386 (Intel) Mac (as oppposed to m2 - run "arch" from command line), install Tod from homebrew (brew install tod)
It will install sucessfully, but fail to launch.
Expected behaviour
Homebrew entity needs to be a universal binary
Additional context
I will look into this more - most of the documentation around this error happens with code compiled for Intel being unable to run without recompilation (or Rosetta usage) on M1/M2/M3 processors, but I will have to find what is needed to allow it to compile for universal (based on arch).
The text was updated successfully, but these errors were encountered:
Homebrew is not designed to handle Universal binaries specifically and the 2nd method is preferred (and the method most repositories follow) however it does require maintaining multiple mac builds (an i386 and an arm build).
I will pull/test an updated script (note to self: see Homebrew/brew#1468 for how to run with a local .rb)
Describe the bug
I uninstalled the compiled Cargo (
Cargo install tod
) version of Tod and installed the Homebroew (brew install tod
) version, but it doesn't function on my computer (Intel) as it is not universal (correct CPU type)To Reproduce
On an i386 (Intel) Mac (as oppposed to m2 - run "arch" from command line), install Tod from homebrew (
brew install tod
)It will install sucessfully, but fail to launch.
Expected behaviour
Homebrew entity needs to be a universal binary
Additional context
I will look into this more - most of the documentation around this error happens with code compiled for Intel being unable to run without recompilation (or Rosetta usage) on M1/M2/M3 processors, but I will have to find what is needed to allow it to compile for universal (based on arch).
The text was updated successfully, but these errors were encountered: