본문 바로가기

Frontend/React-Native

[M1 & ReactNative] rbenv install error

728x90

 

rbenv install 3.1.3 에서는 이런 에러가 났는데

 

OPENSSL_CFLAGS=-Wno-error=implicit-function-declaration RUBY_CONFIGURE_OPTS=--with-readline-dir="$(brew --prefix readline)" rbenv install 3.1.3

 

https://stackoverflow.com/questions/70698565/why-do-i-get-the-error-the-ruby-openssl-extension-was-not-compiled-error-ruby

 

Why do I get the error 'The Ruby openssl extension was not compiled ERROR: Ruby install aborted due to missing extensions'?

When I run RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/Cellar/openssl@3/3.0.1 rbenv install 3.1.0 I get this output: Downloading ruby-3.1.0.tar.gz... -> https://cache.ruby-lang.org/pub/rub...

stackoverflow.com

여기를 보고 고쳤으며

openssl문제였다

 

 

 

rbenv install 2.7.5는

이거랑 Error 2도 마주쳤는데... 아직도 못해결함 

 

OPENSSL_CFLAGS=-Wno-error=implicit-function-declaration RUBY_CONFIGURE_OPTS=--with-readline-dir="$(brew --prefix readline)" rbenv install 2.7.5

위와 동일한 방식을 이용해 어찌저찌 고치게 되었음 ;;

 

 

 

그런데 이제 

이렇게 cocoapods 문제가 생기게 되었다 ^^... 

 

근데 이 문제는 몇년전 처음으로 m1 리액트네이티브를 실행시킬 때 발생한 문제와 유사해보여서 참고하면서 해결할 수 있게되었다.

https://iagreebut.tistory.com/81

 

[Silicon Mac M1] React Native 설치하기

급하기 때문에 간단하게 본론만 노트북 산지 얼마 안되서 기본 설정부터 시작한다. 1. iTerm 설치 iterm2.com/downloads.html Downloads - iTerm2 - Mac OS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman,

iagreebut.tistory.com

 

728x90