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
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
'Frontend > React-Native' 카테고리의 다른 글
[ReactNative] Modal (0) | 2021.06.02 |
---|---|
[ReactNative] Image넣기 (0) | 2021.06.02 |
[React-Native] Picker(Selector) / Slider / Loading창 (0) | 2021.06.02 |
[React-Native] 기능연습01(TextInput, Button, ScrollView) (0) | 2021.06.01 |
[React-Native] 텍스트입력 받기(TextInput) (1) | 2021.06.01 |