[아이폰 앱 개발] [flutter 설치시] sudo gem install cocoapods 에러시 error
2023.04.09 16:30
[아이폰 앱 개발] [flutter 설치시] sudo gem install cocoapods 에러시 error
Run following command
brew cleanup -d -v
Then run below command
brew install cocoapods
Note: If you see failed to link then run brew link cocoapods
If linking is getting failed then run
brew link --overwrite cocoapods
This is how it get solved for me
For someone who is having m1 chip system they need to run this via Rosetta
select Terminal and press cmd(⌘)+I and check the "Open using Rosetta" option. ( For m1 chip based mac )
[출처] https://stackoverflow.com/questions/20939568/error-error-installing-cocoapods-error-failed-to-build-gem-native-extension
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 3 |
[아이폰 앱 개발] Creating A Simple Web View App For iOS
| 졸리운_곰 | 2023.03.21 | 212 |
| 2 |
[아이폰 앱 개발] Swift, Objective-C, C++ 같이 사용하기
| 졸리운_곰 | 2021.11.21 | 316 |
| 1 |
Objective - C 의 요약정리문서 - 박종암 저
| 졸리운_곰 | 2014.05.31 | 737 |

