Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 리팩토링
- Protocol
- SWIFT
- UICollectionView
- swiftUI
- HIG
- tableView
- Observable
- RxCocoa
- collectionview
- Xcode
- Refactoring
- map
- 스위프트
- ios
- clean architecture
- combine
- Clean Code
- rxswift
- swift documentation
- MVVM
- 애니메이션
- Human interface guide
- ribs
- uitableview
- 리펙토링
- UITextView
- 클린 코드
- 리펙터링
- uiscrollview
Archives
- Today
- Total
목록rm -rf Pods (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] podfile.lock의 SPEC CHECKSUMS값이 변경되는 경우 싱크 해결방법
CocoaPod 클린 후 시도 (아래 방법 순서대로 실행) pod cache clean --all 캐시 삭제 rm -rf Pods pod install 시 설치되는 Pods디렉토리 삭제 rm -rf ~/.cocoapods/repos/trunk/ trunck는 CocoaPods API 서비스와 인증정보를 가지고 있는 디렉토리 pod update pod update {pod name}: Podfile.lock을 참조하지 않고 모든 팟을 최신 버전으로 업데이트 cf) pod install: 새로운 pod을 다운받고 설치, 각 설치된 버전을 Podfile.lock에 기록, install은 Podfile.lock에 지정된 버전만 설치하며 새로운 버전이 존재하는지는 체크하지 않는 명령어 Podfile.lock은 p..
Git, CocoaPods, Xcode, Shell
2021. 7. 8. 22:08