cocoapods bad interpreter: No such file or directory 오류 해결

2019. 3. 24. 11:02·코드와 오류 기록

여러가지 상황에 따라 아래와 같은 에러가 날 수 있겠지만 나의 경우 계정 이름을 변경하면서 경로 정보가 바뀐 것을 제대로 인식하지 못해 생기는 문제였다.


/usr/local/Cellar/rbenv/1.1.1/libexec/rbenv-exec: /Users/user/.rbenv/versions/2.5.0/bin/gem: /Users/user/.rbenv/versions/2.5.0/bin/ruby: bad interpreter: No such file or directory

/usr/local/Cellar/rbenv/1.1.1/libexec/rbenv-exec: line 47: /Users/user/.rbenv/versions/2.5.0/bin/gem: Undefined error: 0


다음과 같은 순서로 해결했다.

$ sudo rm -rf /usr/local/Cellar /usr/local/.git

brew install rbenv

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


나는 여기서 homebrew-fuse에서 아래와 같은 오류가 발생했고


remote: Repository not found.

fatal: repository 'https://github.com/Homebrew/homebrew-fuse/' not found


brew tap

brew untap homebrew/fuse

brew update


로 해결했다. 이렇게 하고 pod init 시도해도 안될 경우


brew upgrade

brew install ruby


ruby -v

brew install rbenv ruby-build

echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile source ~/.bash_profile

ruby -v

rbenv install 2.4.4

rbenv global 2.4.4

rbenv rehash

ruby -v


이렇게 하고 다시 pod init을 하면 정상적으로 작동된다. 



'코드와 오류 기록' 카테고리의 다른 글

swift Moya video upload  (0) 2019.07.24
R에서 rJava 에러날 때  (0) 2019.07.11
xcode bitbucket 수정  (0) 2019.02.03
error: src refspec master does not match any. 해결방법  (2) 2019.01.28
Label-Free Distant Supervision for Relation Extraction Via Knowledge Graph Embedding  (0) 2018.11.16
'코드와 오류 기록' 카테고리의 다른 글
  • swift Moya video upload
  • R에서 rJava 에러날 때
  • xcode bitbucket 수정
  • error: src refspec master does not match any. 해결방법
신사(SinSa)
신사(SinSa)
#취미 사진가 #IT 직장인 경험하고 배운 것들을 글로, 사진으로 기록하고 있어요
  • 신사(SinSa)
    신사(SinSa)
    신사(SinSa)
  • 전체
    오늘
    어제
    • View all (425)
      • 잡념과 생각 (104)
      • 코드와 오류 기록 (80)
      • 사진 이야기 (10)
      • 교육과 육아 (12)
      • Brand (2)
      • 자료 모음 (46)
      • 축구 이야기(deprecated) (171)
  • 블로그 메뉴

    • 홈
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    경남FC
    아스날
    축구협회
    국가대표팀 감독
    프로축구
    프로덕트 매니저
    아이폰 게임
    애자일
    아이폰 축구게임
    축구
    쿠웨이트전
    PM
    국가대표팀
    Product Manager
    박주영
    한국축구
    대치키즈
    fc서울
    k리그
    스타트업
    홍명보호
    대한축구협회
    승강제
    Product Owner
    Po
    한국 축구
    맨유
    프로덕트 오너
    프로덕트오너
    김주영
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
신사(SinSa)
cocoapods bad interpreter: No such file or directory 오류 해결
상단으로

티스토리툴바