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
Squib version 0.19.0 appears to have successfully installed using ruby 3.0.6p216 (2023-03-30 revision 23a532679b) [arm64-darwin22] on a Macbook M1, but something is busted under the hood -- the basic commands like squib new or squib help result in "missing symbol called" errors:
{11:53}~/GitProjects/SquibPlayground:master ✓ ➭ squib new test-game
dyld[6131]: missing symbol called
[1] 6131 abort squib new test-game
To Reproduce
I used a combination of Homebrew and rbenv to install Ruby 3.0.6, like:
Describe the bug
Squib version
0.19.0
appears to have successfully installed usingruby 3.0.6p216 (2023-03-30 revision 23a532679b) [arm64-darwin22]
on a Macbook M1, but something is busted under the hood -- the basic commands likesquib new
orsquib help
result in "missing symbol called" errors:To Reproduce
I used a combination of Homebrew and rbenv to install Ruby 3.0.6, like:
Some Additional Tips
https://antran.app/2021/m1_mac_part2/
https://stackoverflow.com/questions/76618549/dyldxxxxx-missing-symbol-called-after-update-to-ruby-3-1-4
https://stackoverflow.com/questions/76447424/rails-on-m2-dyld-missing-symbol-called
https://stackoverflow.com/a/12150580/2329326
I also read through the open issue: #375 to help get the initial installation to succeed, and this post on the BGG forums was helpful for troubleshooting: https://boardgamegeek.com/thread/2985750/issues-installing-macbook-m1-pro
Screenshots
Environment
Check the following:
The text was updated successfully, but these errors were encountered: