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 |
Tags
- swift documentation
- 리펙터링
- UICollectionView
- Refactoring
- uiscrollview
- ios
- Protocol
- map
- collectionview
- rxswift
- tableView
- HIG
- Clean Code
- ribs
- SWIFT
- clean architecture
- Xcode
- 클린 코드
- 스위프트
- 애니메이션
- Observable
- MVVM
- 리펙토링
- uitableview
- Human interface guide
- RxCocoa
- combine
- swiftUI
- UITextView
- 리팩토링
Archives
- Today
- Total
목록pod update (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cEkzaI/btq84guQULf/rMmnCkVZueuibOJ6xBPO71/img.png)
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