일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ZIP
- Reversing
- CodeEngn
- K-shield Jr 10기
- tar
- 케쉴주
- 모바일프로그래밍
- SW에듀서포터즈
- crack
- John the ripper
- 리버싱핵심원리
- upx
- 파일해시생성
- shadow
- 디스크
- 침해사고대응
- Multimedia
- Autoware
- swing
- disk
- Frida
- 안티디버깅
- Android
- 포렌식
- 써니나타스
- Interceptor
- K-sheild Jr
- ctf-d
- Mobile
Archives
- Today
- Total
물먹는산세베리아
[error] pod install 했는데 no such file or directory 본문
문제 발생
cocoapods으로 FMDB를 설치하는 과정
open Podfile -> pod 'FMDB' 넣고 -> 나와서 pod install
pod 'FMDB'를 넣은 후 터미널에서 pod install을 하려고 했으나 'no such file or directory'가 뜸
구글링 해보니 Mac OS 업데이트했던 것이 문제였음
해결방법
cocoapod 재설치하기
sudo gem install cocoapods
하고 다시 pod install