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
After running npm run setup, I had the following error:
LoadError - dlopen(/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle, 0x0009): tried: '/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/lib/ffi_c.bundle' (no such file) - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle
To fix this, I had to run arch -x86_64 pod install to fix it and get the pods installed. This may be an issue on my machine with the ffi gem but wanted to flag for someone else to give it a shot.
The text was updated successfully, but these errors were encountered:
After running
npm run setup
, I had the following error:To fix this, I had to run
arch -x86_64 pod install
to fix it and get the pods installed. This may be an issue on my machine with theffi
gem but wanted to flag for someone else to give it a shot.The text was updated successfully, but these errors were encountered: