[펌] iOS pod 삭제, 클린, 설치 명령어
Unity3D/iOS / 2022. 6. 16. 13:24
1. pod 삭제
pod deintegrate
2. pod 클린
pod cache clean --all
3. pod 설치
pod install
[출처] https://eloquence-developers.tistory.com/149
반응형
'Unity3D > iOS' 카테고리의 다른 글
[에러] Sign in with Apple: Authorization Error 1000 (Unknown) (0) | 2022.08.12 |
---|---|
[펌] cocoapods 업데이트 repo 변경사항. Git MasterSource 에서 CDN TrunkSource 로 (0) | 2022.06.16 |
[iOS] SKANErrorDomain:SKANErrorUnknown (value 10) (0) | 2022.06.10 |
[링크] Cycle in dependencies between targets ... (0) | 2022.03.28 |
[펌] Unity【iOS】「Undefined symbols for architecture arm64: _OBJC_CLASS_$_GADMediaView」오류 (0) | 2022.02.23 |