오티스의개발일기

Do not use "pod install" from inside Rosetta2 주의 해결방법 본문

에러 모음/react-native

Do not use "pod install" from inside Rosetta2 주의 해결방법

안되면 될때까지.. 2023. 1. 4. 00:34
728x90

 

에러

[!] Do not use "pod install" from inside Rosetta2 (x86_64 emulation on arm64).

[!]  - Emulated x86_64 is slower than native arm64

[!]  - May result in mixed architectures in rubygems (eg: ffi_c.bundle files may be x86_64 with an arm64 interpreter)

[!] Run "env /usr/bin/arch -arm64 /bin/bash --login" then try again.

 

 

 

 

 

해결방법

sudo arch -x86_64 gem install ffi
arch -x86_64 pod install

 

728x90
Comments