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
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
The script for initiating a websocket client fails on execution with error dyld[5585]: missing symbol called. przemer found that this error could be related to M1 Macs that do not have the proper binary dependencies: https://gist.github.com/adrienjoly/e29a6e73fb7e701eefd80ff9bde9abeb
Steps to reproduce
Write a script that imports the lisk client in a node environment on a M1 Max
Which version(s) does this affect? (Environment, OS, etc...)
MacOS Venture 13.4 - M1 Max
The text was updated successfully, but these errors were encountered:
Hi @tomploem, I trust you are well. I am currently looking into this and I see you are experiencing this issue on an M1 Max. I am currently on an M1 Pro and the same version of macOS as you. However, I am not able to replicate the issue (unsure if pro vs max is the reason). I also think that this is not an SDK issue per se but an issue nonetheless.
I'd like to check if you are still experiencing this as there has been a few updates since you posted the issue.
Expected behavior
The following script for initiating a websocket client should resolve without errors.
Actual behavior
The script for initiating a websocket client fails on execution with error
dyld[5585]: missing symbol called
. przemer found that this error could be related to M1 Macs that do not have the proper binary dependencies: https://gist.github.com/adrienjoly/e29a6e73fb7e701eefd80ff9bde9abebSteps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
MacOS Venture 13.4 - M1 Max
The text was updated successfully, but these errors were encountered: