반응형
기본 설치 순서는 아래 블로그를 참고하였다.
https://tifferent.tistory.com/51
위 블로그를 그대로 따라하다 보니 최근에 Mac OS 13 Ventura로 업데이트가 된 내 PC에서 xcode 설치 과정의 아래 명령어에서 Error 가 발생하였다 ㅜㅜ
sudo gem install cocoapods
에러 내용 일부 :
Building native extensions. This could take a while...
ERROR: Error installing cocoapods:
ERROR: Failed to build gem native extension.
current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/ext/ffi_c
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20221031-76702-113kj4g.rb extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
(생략)
맥린이인 나로서는 당황... 하지만 아래 명령어로 해결!
brew install cocoapods
brew link cocoapods
** 출처 : 링크
** 참고 삽질기) 위 링크에서 가이드 된 내용 중 우선 sudo gem install -n /usr/local/bin cocoapods -v 1.8.4 명령어로 설치 성공을 했었으나, flutter doctor 명령어로 확인 결과 1.8.4 버전은 Out of date 라고 warning이 발생하였고, 그에 따라 위 brew 명령어를 통해 최신 버전(14.0.1)을 설치 성공하였다.
반응형
'Engineering > 꿀팁, 꿀정보' 카테고리의 다른 글
(spreadsheet function) TestCase Summary Sample (0) | 2023.05.08 |
---|---|
(Google SpreadSheet) VLOOKUP function (0) | 2023.01.07 |
(Google SpreadSheet) Cell Counting by Color (0) | 2022.10.07 |
Google Calendar : 회의 생성 시간에 따라 기본 5분, 10분 빨리 끝내도록 설정하기 ("빠른 회의" 기능) (0) | 2022.10.03 |
Chrome 브라우저에서 차단된 포트 목록 (blocked ports) (2) | 2022.03.04 |
댓글