Skip to content
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

Compiling issue on macos 14.2.1 due to zig 0.10 issues #1

Open
ghost opened this issue Mar 9, 2024 · 0 comments
Open

Compiling issue on macos 14.2.1 due to zig 0.10 issues #1

ghost opened this issue Mar 9, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 9, 2024

When trying to compile I got:

zig build
MachO Flush... error(link): undefined reference to symbol 'dyld_stub_binder'
error: UndefinedSymbolReference

Googling pointed me to ziglang/zig#15437, so I tried to upgrade to zig 0.11. But that leads to a bunch of compiling issues due to interface changes. I don't know zig, and trying to quash a few with the help of GPT4 just led me to find new ones, so I abandoned the effort. It'd be amazing if you could make a new release for zig 0.11 to resolve this, as I've enjoyed using your tool in the past on my old device. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants