I have switched to the M2 chip. I was able to run a few Rails apps without any issues.
Now I'm trying to set up a new Rails app and I'm able to create and migrate the database, starting the Rails server. But getting the below error when trying to load the page (the server crashes with the below error):
dyld[91237]: missing symbol called
(No backtrace nothing just this line.)
Versions and a few gems Ruby 3.0.2 Rails 7.0.8 thin sqlite3
Tried removing and reinstalling all gems.
Similar posts already tried with no success:
Mac M1 dyld missing symbol called on Ruby ARM64 installation via RVM
dyld[xxxxx]: missing symbol called after update to ruby 3.1.4
If anyone was able to resolve this please guide.