본문 바로가기
IT 인프라, 개발/React Native

[ReactNative]pod install error mac os

by 조율러 2022. 5. 27.

regarding error message

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')) - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi_c.bundle

It occurs when I tried to "pod install" for react-native app

I can find solution at

https://github.com/CocoaPods/CocoaPods/issues/10220#issuecomment-730963835

 

Got error while trying pod install · Issue #10220 · CocoaPods/CocoaPods

Command /usr/local/bin/pod install Report What did you do? pod install What did you expect to happen? Installing my pod's What happened instead? Error. This is on my MacBook Pro with the new M1...

github.com

 

댓글