본문 바로가기
IT기술(코딩)

resolve m1 chip Mac react native run iOS error pod install [m1칩 맥 react native run iOS 에러 해결 pod install]

by 크리에이트매이커 2021. 2. 4.
반응형

안녕하세요 개발자 여러분.

오늘은 m1칩 맥에서 react native run ios 를 할때 무조건 초반에 생기는 오류에 대해 이야기해볼게요.

 

여러분 run ios를 하면 처음에 ios 폴더에 pod install 했냐? 이렇게 에러가 나옵니다.

근데 ios폴더에 pod install을 하면 100퍼 오류가 나와요. 이게 m1칩 때문인지 ruby와의연동이 안되서 그런지는 정확히 모르겠는데,

확실히 ffi 랑 관련이 있는것 같아요. 제가 코딩만 할줄알지 컴퓨터 소프트웨어 구조는 잘 모르거든여

 

암튼 저는 이방법으로 해결했으니까 여러분들도 경우의 수중 한가지도 사용해보세요~

 

 "sudo arch -x86_64 gem install ffi". 

"arch -x86_64 pod install ". 

이 2개 명령어 입력해서 (ios) 폴더에 해결됐어요.

 

모든 개발자 화이팅 !!

 

hello guys.

 

Maybe person who go this page is in trouble about m1 chip for react native to run ios ,

 

I also had some problems of this chip . In this situation I think this error said " pod install ?" .

 

ofcourse you tried it but didn't run, right ?

I studed about this so I found method to run it. (ofcourse there are a lot of cases)

 

In my case I tried this command :

first :  "sudo arch -x86_64 gem install ffi".

I thought this happen was arisen because of buby, ffi ???

 

second : "arch -x86_64 pod install ".

and it is done !!

 

if there anything imformations prease give me ~ thank you

반응형