728x90
반응형
- Open terminal on your Mac. In terminal navigate to your Xcode Project directory with cd
- In terminal type: sudo gem install cocoapods-deintegrate cocoapods-clean
- In terminal type: pod deintegrate
- In terminal type: pod clean
- In terminal type: rm Podfile
혹시나 다음과 같은 에러가 난다면
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
하라는대로 해주면 된다.
sudo gem pristine ffi
728x90
반응형
'iOS' 카테고리의 다른 글
| [Xcode] entitlement 파일 만들기 (0) | 2024.05.21 |
|---|---|
| [Xcode] Package.resolved file is corruted or malformed 에러 해결 (0) | 2024.05.16 |
| Xcode 설치 방법 (0) | 2023.03.14 |
| Swift에서 QR Code 이미지 생성하는 법 (0) | 2023.02.26 |
| UIImage에서 만든 MTLTexture의 orientation이 이상할 때 (0) | 2023.02.25 |