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

How to build project for Apple Silicon? #62

Open
glushchenko opened this issue Aug 31, 2022 · 0 comments
Open

How to build project for Apple Silicon? #62

glushchenko opened this issue Aug 31, 2022 · 0 comments

Comments

@glushchenko
Copy link

Works fine if run project on macOS, but if target Any Mac i am get:

Showing Recent Messages
Ignoring file /usr/local/Cellar/libssh2/1.10.0/lib/libssh2.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64

Undefined symbol: _libssh2_agent_connect
Undefined symbol: _libssh2_agent_disconnect
Undefined symbol: _libssh2_agent_free
Undefined symbol: _libssh2_agent_get_identity
Undefined symbol: _libssh2_agent_init
Undefined symbol: _libssh2_agent_list_identities
Undefined symbol: _libssh2_agent_userauth
Undefined symbol: _libssh2_channel_close
Undefined symbol: _libssh2_channel_free
...

Any suggestions?

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

1 participant