Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- react native
- JPA
- 풀스택
- SQL
- Spring
- 프론트엔드
- 스프링 부트
- 개발
- 리엑트
- 무중단 배포
- Redux
- 스타트업
- Java
- 스프링
- react-native
- 자바
- 프론트 엔드
- 코딩
- 백엔드
- 서버 개발자
- 서버 배포
- github actions
- 비전공자
- spring boot
- 클론코딩
- 리엑트 네이티브
- docker
- 개발자
- react
- 국비지원
Archives
- Today
- Total
오티스의개발일기
cocoapods 설치중 에러 해결 본문
728x90
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 ./siteconf20230103-7169-48hhzo.rb extconf.rb
checking for ffi.h... *** 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 로 설치 시도
brew install cocoapods
성공함
sudo gem install ffi
이것또한
brew install libffi
brew로 해결
728x90
'에러 모음 > react-native' 카테고리의 다른 글
Comments