일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- upx
- Android
- K-shield Jr 10기
- crack
- Multimedia
- tar
- 침해사고대응
- Interceptor
- Frida
- ZIP
- 리버싱핵심원리
- 디스크
- 포렌식
- shadow
- 케쉴주
- ctf-d
- 안티디버깅
- Mobile
- John the ripper
- disk
- 파일해시생성
- 써니나타스
- K-sheild Jr
- Reversing
- Autoware
- SW에듀서포터즈
- swing
- 모바일프로그래밍
- CodeEngn
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