-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels